SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
16-15
SQL 15228
Where invalid-char is the invalid character in the command.
Where string1 displays the start of the error.
Cause. The MXCI lower level did not break the command apart on a semicolon or
quotes did not enclose the character.
Effect. The operation fails.
Recovery. Retry the command. Report any subsequent failures of this command.
SQL 15229
Cause. You entered a character other than a semicolon or comma after the object
name.
Effect. The operation fails.
Recovery. Enter the command with a semicolon or comma after the object name.
SQL 15230
Where string1 is a portion of the input showing the start of the problem.
Cause. A string with single or double quotation mark (SQL identifier or literal) is
missing the terminating mark.
Effect. The operation fails.
Recovery. Enter the command with the correct terminating single or double quotation
mark.
15228 Command contained a invalid-char before the end,
command had: string1. ++++SUGG: Surround the string
containing this character with quotes.
Note. As of the ABU SPR, this message is no longer generated.
15229 Object name must be followed by a semicolon or comma in
the command.
Note. As of the ABU SPR, this message is no longer generated.
15230 Opening quote unmatched in the command, command had:
string1.