Advantage ODBC Driver
In result sets and as parameter values, the Advantage ODBC Driver represents the Advantage data by using the following ODBC defined data types, reported in the functions SQLColAttribute, SQLColumns, SQLDescribeCol, SQLGetTypeInfo, and SQLSpecialColumns.
Advantage Data Type |
ODBC Data Type |
ShortInteger |
SQL_SMALLINT |
Integer |
SQL_INTEGER |
Double |
SQL_DOUBLE |
CurDouble |
SQL_DOUBLE |
Logical |
SQL_BIT |
AutoIncrement |
SQL_INTEGER |
Binary |
SQL_LONGVARBINARY |
Image |
SQL_LONGVARBINARY |
Raw |
SQL_BINARY |
Character |
SQL_CHAR |
CICharacter |
SQL_CHAR |
Memo |
SQL_LONGVARCHAR |
Numeric |
SQL_NUMERIC |
Date |
SQL_DATE |
ShortDate |
SQL_DATE |
Time |
SQL_TIME |
TimeStamp |
SQL_TIMESTAMP |
Money |
SQL_NUMERIC |
RowVersion |
SQL_NUMERIC |
ModTime |
SQL_TIMESTAMP |
VarChar |
SQL_VARCHAR |
VarBinary |
SQL_VARBINARY |