Syntax errors are generated by SQL statements that contain unterminated comments, implicit datatype conversions not supported by Adaptive Server or other incorrect syntax.
Access rule violations are generated when a user tries to access an object that does not exist or one for which he or she does not have the correct permissions.
Message |
Value |
Description |
---|---|---|
|
42000 |
Occurs when a user tries to access an object for which he or she does not have the proper permissions. |
|
42000 |
Occurs when the user attempts to convert one datatype to another but Adaptive Server cannot do the conversion implicitly. |
|
42000 |
Occurs when incorrect SQL syntax is found near the object specified. |
|
42000 |
Occurs during inserts when an invalid column name is used or when an incorrect number of values is inserted. |
|
42000 |
Occurs when a comment that begins with the /* opening delimiter does not also have the */ closing delimiter. |
|
42000 |
Occurs when a user tries to reference an object that he or she does not own. When referencing an object owned by another user, be sure to qualify the object name with the name of its owner. |
|
42000 |
Occurs when:
|