CHAPTER 10 Database Error Messages
905
Triggers and procedures not supported in runtime server
Item Value
SQLCODE -275
Constant SQLE_PROCEDURES_NOT_IN_DESKTOP
SQLSTATE 0AW04
Sybase error code 102
ODBC 2 State ERROR
ODBC 3 State ERROR
You attempted to call a stored procedure or have modified a row in a table on
which a trigger is defined and you are using the runtime server. Triggers and
stored procedures are not supported in the runtime server. You must be
running the full server to use these features.
TRUNCATE TABLE statement cannot refer to a view
Item Value
SQLCODE -702
Constant SQLE_CANNOT_TRUNCATE_VIEW
SQLSTATE 42W49
Sybase error code 4708
ODBC 2 State 37000
ODBC 3 State 42000
You attempted to use TRUNCATE TABLE on a view. The TRUNCATE
TABLE statement deletes every row from a table and cannot be used to
delete rows from a view. Replace the view reference with the name of a base
table.
Probable cause
Probable cause