Contents Index RAISERROR executed: %1 Recursion is not allowed without the RECURSIVE keyword

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

READTEXT or WRITETEXT statement cannot refer to a view


Item Value
SQLCODE -708
Constant SQLE_TEXT_OPERATION_ON_VIEW
SQLSTATE 42W50
Sybase error code 285
ODBC 2 State 37000
ODBC 3 State 42000
Probable cause 

A Transact-SQL READTEXT or WRITETEXT statement cannot refer to text columns in a view. Replace the view reference with the name of a base table.


Contents Index RAISERROR executed: %1 Recursion is not allowed without the RECURSIVE keyword