SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-44
Recovery. Modify the statement and resubmit.
SQL 4205
Cause. You attempted to perform an embedded action that is supported only for
key-sequenced tables.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4206
Cause. You attempted to perform an embedded action that is supported only for
updatable views.
Effect. SQL/MX is unable to compile the statement.
Recovery. Modify the statement and resubmit.
SQL 4207
Cause. You attempted to use an index for stream access that does not cover all
output columns of the base table.
Effect. SQL/MX is unable to compile the statement.
Recovery. Restrict the select list or add the missing columns to the index.
SQL 4208
Cause. You attempted to use an index for stream access that does not cover all base
table columns referenced in the WHERE clause.
Effect. SQL/MX is unable to compile the statement.
Recovery. Add the missing columns to the index.
4205 Embedded name1 is supported for only key-sequenced
tables. Table: name2.
4206 Embedded name is supported only for updatable views.
View: name2.
4207 Index name and other indexes covering a subset of
columns do not cover all output values of stream.
4208 Index name and other indexes covering a subset of
columns do not cover all columns referenced in WHERE clause
of stream.