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

Cursor has not been declared Next Page

Cursor is restricted to FETCH NEXT operations


Item

Value

Constant

SQLE_NO_SCROLL_CURSOR

ODBC 2 State

S1106

ODBC 3 State

HY106

Severity

16

SQLCODE

-668

SQLSTATE

09W06

Sybase error code

13710

Probable cause

An illegal FETCH operation has been detected for a NO SCROLL cursor. For a forward-only cursor the only permitted FETCH operations are FETCH RELATIVE 0 and FETCH NEXT (FETCH RELATIVE 1).