DF_DATABASE_MAP_DFASCII_TO_ODBCTYPE
Determines which ODBC data type the DataFlex ASCII data type is mapped to.
Level
Database
Supported by
DataFlex ODBC Driver, revision 6 and higher.
Type
Integer, temporary
Access
Read/Write
Values
{DataType} must be a string constant or variable and can be one of:
"char""varchar""nchar"-
"nvarchar" -
See Type Mappings for all possible types.
Syntax
Use cli.pkg
Get_Attribute DF_DATABASE_MAP_DFASCII_TO_ODBCTYPE of {driverNumber} {databaseHandle} to {StringVariable}
Set_Attribute DF_DATABASE_MAP_DFASCII_TO_ODBCTYPE of {driverNumber} {databaseHandle} to {DataType}
Driver Configuration Keyword
Remarks
See the Type Mappings topic in the Connectivity book for details.