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

Error 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.