The iODBC driver manager doesn’t fully support certain ODBC data types, which may result in incorrect data handling. The affected data types include:
SQL_WCHARSQL_WVARCHARSQL_WLONGVARCHARTo ensure proper data processing, use the following data types instead:
SQL_CHARSQL_VARCHARSQL_LONGVARCHARNote
If your application requires
SQL_WCHAR,SQL_WVARCHAR, orSQL_WLONGVARCHARdata types, it’s recommended to use the unixODBC driver manager instead of iODBC to ensure full compatibility and accurate data handling.