RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Provider.InformixLob Variable

Resolves Informix rather than Oracle BLOB and CLOB fields.

Pascal
InformixLob: Boolean;
C++
Boolean InformixLob;

Informix BLOB (fldBLOB, fldstHBINARY) and CLOB (fldBLOB, fldstHMEMO) fields are mapped as ftOraBlob and ftOraClob respectively. The DataSnap resolver performs Oracle-specific query generation when resolving Oracle BLOB/CLOB fields, but not when resolving Informix BLOB/CLOBs. When using Informix BLOB/CLOBs, set InformixLob to true. To resume using Oracle BLOB/CLOBs, set InformixLob to false (the default). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!