Statement.setMaxFieldSize Method [AX 2012]
Sets the maximum column size limit.
The maxFieldSize limit (in bytes) is set to limit the size of data that can be returned for any column value; it only applies to binary, varbinary, longvarbinary, char, varchar, and longvarchar fields. If the limit is exceeded, the excess data is silently discarded. For maximum portability, use values greater than 256.
Community Additions
ADD
Show: