-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odbc_util.c:214: odbc_wide2utf: Assertion `p+1-out <= o_len' failed #531
Comments
Which charset are you using? |
Hi @freddy77 please find the below details Error: Suspecting Method: SQLPrepareW() currently we are using char
ConvertBetweenCodePages: freetds log: token.c:2100:tds_process_end: more_results = 0 |
Hi @brianb
Currently am working with below environment
unixODBC- 2.3.11
gcc540
RHEL7 64
FreeTDS 1.3
my source code(interacting DB with sql statements) is working fine for windows but in linux am facing below assertion
odbc_util.c:214: odbc_wide2utf: Assertion `p+1-out <= o_len' failed
can you help me to resolve the issue
The text was updated successfully, but these errors were encountered: