skip to main content
Connection property descriptions : MaxStringSize
  

Try DataDirect Drivers Now

MaxStringSize

Purpose

Specifies the maximum length, in characters, of fields of the String data type as described by the driver through result set descriptions and metadata methods. This property does not affect getTypeInfo() calls. If a field exceeds the length specified by this option, the driver truncates that field.

Valid Values

x
where:
x
is a positive integer that represents the maximum size of fields of the STRING data type.

Data Source Method

setMaxStringSize

Default

2147483647

Data Type

Int