Showing posts with label 42603. Show all posts
Showing posts with label 42603. Show all posts

Friday, February 22, 2013

SQL CODE:-011 SQLSTATE:42603



Definition: COMMENT NOT CLOSED

Description: There is some problem with comments. Comments not closed property.Comments not closed correctly by comment delimiter. The comment is treated as if it were closed by the end of source file.

System Says: The statement cannot be processed

Remedy: Check the statement for any comment and see if they are closed properly. If the comments are not closed property, they will cause other errors and it will be very difficult to debug. Take extra care while using comments and execute the statements. Use some sql makers or editors which will highlight the comments content separately, through this we can easily debug where we did mistakes

SQL CODE:-010 SQLSTATE:42603



Definition: THE STRING CONSTANT BEGINNING string IS NOT TERMINATED

Description: The statement contains a string constant, beginning with 'string', that is not terminated properly. There must be some problem with quotations used for strings.

System Says: The statement cannot be processed

Remedy: Check the statement for any strings with proper quotes. It should be like ‘STRING’.