Collection Contents Index Plan may contain virtual indexes Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

Positioned update operation attempted on a view with an INSTEAD OF trigger


Item

Value

Constant

SQLE_INSTEAD_TRIGGER_POSITIONED

ODBC 2 State

42000

ODBC 3 State

42000

Severity

15

SQLCODE

-1127

SQLSTATE

42W3B

Sybase error code

13386

Probable cause

You attempted a positioned update, positioned delete, put, or wide insert operation that would involve an INSTEAD OF trigger on a view (possibly nested). These operations are not supported with INSTEAD OF triggers on views.


Collection Contents Index Plan may contain virtual indexes Next PDF