You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLGetData() crashes in the wcslen() function when you try to read wide character data (SQL_C_WCHAR) from a narrow character column (VARCHAR). Such a request is legal, and the column data should be converted to wide characters.
The text was updated successfully, but these errors were encountered:
Needs to be tested on driver 3.0.
If the problem persists, attach the database(structure + data to fill) and query that is causing the incorrect behavior.
Regards.
Submitted by: Greg Wittmeyer (gammad)
SQLGetData() crashes in the wcslen() function when you try to read wide character data (SQL_C_WCHAR) from a narrow character column (VARCHAR). Such a request is legal, and the column data should be converted to wide characters.
The text was updated successfully, but these errors were encountered: