Tuesday, May 26, 2009

TClientDataSet::FetchBlobs

Retrieves BLOB field values from the application server.

void __fastcall FetchBlobs(void);

Description

Call FetchBlobs to retrieve BLOB field values from an application server when this information is not provided automatically. BLOB field values are automatically included in data packets unless the provider on the application server includes poFetchBlobsOnDemand in its Options property.

There is no need to call FetchBlobs if the provider automatically includes BLOB data or if the client dataset’s FetchOnDemand property is true.

No comments:

Post a Comment