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

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual523730-004
10-5
SQL 8100
Cause. You attempted to reference a define that does not exist.
Effect. The operation fails.
Recovery. Define the item, or use the correct define name.
SQL 8101
Where constraint name1 is the name of the constraint.
Where table name2 is the name of the table.
Cause. You attempted to perform an operation on table name1 that is prevented by
check constraint name2.
Effect. The operation fails.
Recovery. Change the data you are attempting to enter to be consistent with the
constraint.
SQL 8102
Cause. You attempted to perform an operation that is prevented by a unique
constraint.
Effect. SQL/MX could not perform the operation.
Recovery. Make the data you enter unique to be consistent with the constraint.
SQL 8103
Where name1 is the name of the constraint.
Where name2 is the name of the table.
Cause. You attempted to perform an operation on table name1 that is prevented by
referential integrity constraint name2.
Effect. The operation fails.
8100 Define name does not exist
8101 The operation is prevented by check constraint name1 on
table name2.
8102 The operation is prevented by a unique constraint.
8103 The operation is prevented by referential integrity
constraint name1 on table name2.