Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (L-S)

 

READTEXT or WRITETEXT statement cannot refer to a view

Error constant SQLE_TEXT_OPERATION_ON_VIEW
ODBC 2 State 37000
ODBC 3 State 42000
Severity 16
SQLCODE –708
SQLSTATE 42W50
Sybase error code 285
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.