Connectivity Guide
>
Connectivity Guide
>
Understanding ODBC Connectivity
>
ODBC Programming
>
Boolean Columns
Was this helpful?
Boolean Columns
The ODBC Driver supports SQL_C_BIT and SQL_BIT for BOOLEAN data types. Use unsigned char (UCHAR) to define Boolean fields. Also acceptable are char, CHAR, or SCHAR.
Last modified date: 08/28/2024
This site works best with JavaScript enabled