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
Hi, everyone.
I encountered a strange problem.When I run the same code on test platform using the same conf, it work well. Once I run the same code on production platform, I got the following error:
General SQL Server error: Check messages from the SQL Server
Msg 170, Level 15
General SQL Server error: Check messages from the SQL Server
Msg 105, Level 15, State 1
Server 'SERVER', Line 24
Unclosed quotation mark before the character string '<E5><90>?'.
Msg 170, Level 15, State 1
Server 'SERVER', Line 24
Line 24: Incorrect syntax near '<E5><90>?'.
In case like this I will fire up SQL Server Profiler and catch the exact command which is sent to the mssql.
The other way is to switch on freetds logging and find there the command:
export TDSDUMP=/tmp/freetds.log
./my_app
...
less /tmp/freetds.log
Once you find what is exactly sent to the mssql it should be obvious where we failed.
Hi, everyone.
I encountered a strange problem.When I run the same code on test platform using the same conf, it work well. Once I run the same code on production platform, I got the following error:
My code is :
Anyone can help?Thank you very much : )
The text was updated successfully, but these errors were encountered: