The following table lists the valid value of SQLTYPE for the minimum SQL data types. The table also lists the name and description of the corresponding data type from the X/Open and SQL Access Group CAE SQL draft specification.
Note that the data types used by a given data source may have different limits than the one listed below. For information about the data types in a specific data source, see the documentation for that data source.
| SQLTYPE | SQL Data Type | Description | 
| EDS_SQL_CHAR | CHAR(n) | Character string of fixed string length n (1 ≤ n ≤ 254). |