I'm getting the following error while updating a db2 table using odbc through a C++ application running in windows NT(Server).
"SQL0007N The character "\" following "nd REQUIREMENTVALUE" is not valid. SQLSTATE=42601".
The same application[also same version] runs well in another NT machine(Server/Workstation). I am constantly getting this error, and only the character "\" changes for each run. I don't know how that junk is appearing. As the values when displayed thru 'cout', look ok.
Any suggestions please.
"SQL0007N The character "\" following "nd REQUIREMENTVALUE" is not valid. SQLSTATE=42601".
The same application[also same version] runs well in another NT machine(Server/Workstation). I am constantly getting this error, and only the character "\" changes for each run. I don't know how that junk is appearing. As the values when displayed thru 'cout', look ok.
Any suggestions please.