Contents Index Triggers and procedures not supported in runtime server Unable to connect to server '%1': %2

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

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
Probable cause 

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.


Contents Index Triggers and procedures not supported in runtime server Unable to connect to server '%1': %2