Max Char Size
- Last Updated: October 3, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Attribute
MaxCharSize (MCS)
Purpose
Specifies the maximum size of columns of type SQL_CHAR that the driver describes through result set descriptions and catalog functions.
Valid Values
A positive integer from 1 to 10485760
When not specified, the actual size of the columns from the database is persisted to the application.
If you specify a value that is not in the specified range, the driver uses the maximum value of the SQL_CHAR data type.
Default
None. The actual size of the columns from the database is persisted to the application.