Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

Invalid time '%1' for event '%2' Next Page

Invalid trigger type for view '%1'


Item

Value

Constant

SQLE_INVALID_TRIGGER_VIEW

ODBC 2 State

42000

ODBC 3 State

ERROR

Parameter 1

Name of the view

Severity

14

SQLCODE

-1133

SQLSTATE

42W3C

Sybase error code

13380

Probable cause

You attempted to create a trigger on a view, but the type of trigger is supported on base tables only. Only INSTEAD OF triggers can be created on views.