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

Cannot alter a column in an index Next Page

Cannot call the '%1' function on a JDBC resultset when it is positioned on an insert row


Item

Value

Constant

SQLE_JDBC_INVALID_OPER_ON_INSERT_ROW

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Parameter 1

Name of the resultset function being called.

Severity

16

SQLCODE

-752

SQLSTATE

WJ019

Sybase error code

13763

Probable cause

Some resultset functions such as updateRow and deleteRow are invalid when the cursor of the resultset is positioned at the insert row.