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.