MaxLobSize
The maximum number of bytes to display in records for fields of LOB data types.
Data Type
int
Default Value
2000
Remarks
When querying columns with a LOB data type (BLOB, CLOB, NCLOB, etc.), the add-in truncates all bytes in excess of the number specified in this connection property for each record in the query results.
If this connection property is set to 0 or a negative value, the default value (2000 bytes) is used.