odbcworkarounds.h File Reference
The ODBC specification is imperfect with regards to integer sizes on 64bit platforms, and different ODBC drivers are currently interpreting it differently.
More...
#include <bits/wordsize.h>
Go to the source code of this file.
|
Defines |
#define | DBALLE_SQL_C_SINT_TYPE long |
#define | DBALLE_SQL_C_UINT_TYPE unsigned long |
#define | DBALLE_SQL_C_SINT SQL_C_SLONG |
#define | DBALLE_SQL_C_UINT SQL_C_ULONG |
Detailed Description
The ODBC specification is imperfect with regards to integer sizes on 64bit platforms, and different ODBC drivers are currently interpreting it differently.