Maximum Column Size
The maximum column size.
Data Type
string
Default Value
"16000"
Remarks
Some tools restrain the largest size of a column or the total size of all the columns selected. You can set the MaximumColumnSize to overcome these schema-based restrictions. The driver will not report any column to be larger than the MaximumColumnSize.
Set a MaximumColumnSize of zero to eliminate limits on column size.
SQLSetConnectAttr(hdbc, 20002, (SQLPOINTER)2048, 0);