Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with SQL message 103

Status
Not open for further replies.

somnath74

Technical User
Mar 5, 2002
24
0
0
IN
Hi friends,
I am getting an SQL message 103 while executing a stored procedure from a COBOL program.The message in the Sybase manual is not very expilcitly described.
Can someone explain it in details as to why one can get the message.

Thanks and Regards

Somnath
 
You could try SET QUOTED_IDENTIFIER OFF or using single quotes rather than double quotes for string values.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top