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

The connection parameters file could not be found Next Page

The cursor name '%1' already exists


Item

Value

Constant

SQLE_DUPLICATE_CURSOR_NAME

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Parameter 1

The name of the cursor.

Severity

16

SQLCODE

-683

SQLSTATE

WJ004

Sybase error code

13714

Probable cause

You attempted to declare a cursor with a name that already exists. Cursor names must be unique within a connection.