Provider.InformixLob
From RAD Studio VCL Reference
Delphi Information
From Provider.pas
InformixLob: Boolean
Unit: Provider
Type: variable
C++ Information
From Provider.hpp
bool InformixLob;
Unit: Provider
Type: variable
Description
Resolves Informix rather than Oracle BLOB and CLOB fields.
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).