SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual523730-004
14-22
SQL 15263
Where string1 is the component name enclosed in single quotes.
Cause. The component name is enclosed in single quotes.
Effect. The operation fails.
Recovery. Enter the command without the single quotes around component name.
SQL 15264
Where string1 is the object type.
Where string2 is the failing component name.
Cause. The component name is not an SQL identifier.
Effect. The operation fails.
Recovery. Enter the command with the correct component name for an SQL identifier.
SQL 15265
Where fname is the file name.
Where string1 is the name component as entered.
Cause. The component name is not valid.
Effect. The operation fails.
Recovery. Enter the command with the correct component name for the command
issued.
15263 Single quote at start of component name not permitted,
command had: ‘string1’. +++SUGG: Identifiers use double
quotes when needed to prevent upcasing. Some name components
are not identifiers and should not be quoted at all.
15264 string1 name component is not an SQL identifier, can
not be double quoted, command had: “string2”.
15265 fname name component is not valid, command had:
string1. +++SUGG: Last component of name may be missing, or
double quotes on component name are missing.