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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

RAISERROR executed: %1 Next Page

READTEXT or WRITETEXT statement cannot refer to a view


Item

Value

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.