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

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-43
SQL 3185
Cause. You attempted a SIGNAL statement with a third parameter that is not a quoted
string.
Effect. The operation fails.
Recovery. Specify a parameter that is a quoted string and resubmit.
SQL 3186
Where string is the dynamic parameter or host variable that was specified.
Cause. SQL/MX does not support the use of dynamic parameters or host variables in
DDL statements.
Effect. The operation fails.
Recovery. Remove occurrences of dynamic parameters or host variables and
resubmit.
SQL 3187
Cause. You attempted to use a SET STREAM TIMEOUT statement, which is not
supported.
Effect. The operation fails.
Recovery. None.
SQL 3188
Cause. You specified a STORE BY primary key but did not define a NOT
DROPPABLE primary key.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
3185 SIGNAL parameter 3 must be of type string.
3186 string: Dynamic parameters and host variables are
currently not allowed in DDL.
3187 Specifying a specific stream with SET STREAM TIMEOUT is
not allowed.
3188 A NOT DROPPABLE primary key constraint must be defined
when STORE BY primary key is specified.