SQL Data Types Every database system defines its own SQL data types. An ODBC driver processes only those data types that are defined by the associated database system. You can use the function SQLGetTypeInfo to determine how an ODBC driver maps the SQL data types of the database system to the ODBC supported data types [...]
↧