Max Varchar Size
- Last Updated: May 20, 2024
- 1 minute read
- DataDirect Connectors
- ODBC
- Greenplum 8.0
- Documentation
Max Varchar Size
Attribute
MaxVarcharSize (MVS)
Purpose
Specifies the maximum size of columns of type SQL_VARCHAR that the driver describes through result set descriptions and catalog functions.
Valid Values
x
where:
- x
- is a positive integer from
1to the maximum size of the SQL_VARCHAR data type.
Default
None. The actual size of the columns from the database is persisted to the application.