In this blog post, you’ll learn more about the Sybase Error Value-sensitive cursor used after a TRUNCATE and the reason for receiving this error
Sybase SQL Error Message
Value-sensitive cursor used after a TRUNCATE
Reason for this Error
You attempted to use a value-sensitive cursor opened WITH HOLD after a TRUNCATE or after a COMMIT removed all rows from a temporary table declared as ON COMMIT DELETE ROWS.