[Lazarus] need suggestion about TDataset.Lookup

Joost van der Sluis joost at cnoc.nl
Thu Apr 23 14:15:38 CEST 2015


On 04/16/2015 03:10 PM, FreeMan wrote:
> I need use TDataset.Lookup, I know how to do this, but need help about,
> result field is blob field

The whole idea of blob-fields is that they are not loaded into the 
dataset-in-memory.

They are only read from the database if they are specifically read.

So, no, you can not use lookup to access them.

Joost.




More information about the Lazarus mailing list