[fpc-pascal] Does TBufDataSet support Blob or memo field?

Dennis Poon dennis at avidsoft.com.hk
Mon Jan 13 12:47:50 CET 2014


I created a TMemoField in TBufDataSet but no matter I do:

1) Field.asString := 'some value'
or
2) Field.LoadFromStream(someStream).

Afterwards, this F.AsString always returns ''
and
   F.LoadFromStream(someStream) always has a 0 BlobSize afterwards.

Anyone has similar experience?

Dennis



More information about the fpc-pascal mailing list