Accessing LongVarChar -
12-21-2004
, 06:41 AM
LongVarChar is saved as two parts. In the column, the record ID and
pointer to the actual blob data is saved. That is all the PDAC seems to
be letting me get too. I have tried AsString and SaveToStream.
Dosn't seem to work. How do I get at the blob data. |