HP NonStop SQL/MX Messages Manual page 333

Table of Contents

Advertisement

Trigger, UDR Server, and Language Manager
Messages (11000 through 11399)
SQL 11011
11011 Only an UPDATE trigger may specify explicit columns.
Cause. You attempted to create an INSERT or DELETE trigger that has an explicit
column list.
Effect. The operation fails.
Recovery. Specify a trigger without the explicit column list.
SQL 11012
11012 An INSERT trigger cannot reference OLD values.
Cause. You attempted to create an INSERT trigger specifying an OLD transition
variable.
Effect. The operation fails.
Recovery. You cannot use the OLD transition variable with an INSERT trigger
because there is no old image for a row to be inserted.
SQL 11013
11013 A DELETE trigger cannot reference NEW values.
Cause. You attempted to create a DELETE trigger specifying a NEW transition
variable.
Effect. The operation fails.
Recovery. You cannot use the NEW transition variable with a DELETE trigger
because there is no new image for a row to be deleted.
SQL 11014
11014 A BEFORE trigger allows only SIGNAL and SET operations.
Cause. You attempted to create a BEFORE trigger with a trigger action other than
SIGNAL or SET.
Effect. The operation fails.
Recovery. If SET or SIGNAL does not work, determine whether an AFTER trigger is
more appropriate for your application. If an AFTER trigger cannot be used, you will
need to implement the action in your application.
HP NonStop SQL/MX Messages Manual—640324-001
13- 3

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents