Error 1000225

Message text

Cannot open table %2. The table has already been opened by a cursor declared FOR UPDATE in transaction %3. %1

Item

Value

SQLCode

-1000225L

Constant

EMSG_CAT_CANNOT_OPEN_TABLE

SQLState

QDC25

Sybase error code

20885

ODBC State

ERROR

Parameter 1

location of the exception

Parameter 2

table name

Parameter 3

The ID of the transaction during which the cursor was opened.

Probable cause

A table opened by a cursor that has been declared FOR UPDATE cannot be opened again by another operation.