"Invalid operation '%2' on sequence '%1'"
Item |
Description |
SQLCode
|
-1353L
|
Constant
|
INVALID_SEQUENCE_OPERATION
|
SQLState
|
52W46
|
ODBC 2 State
|
42000
|
ODBC 3 State
|
42000
|
Sybase Error Code
|
3033
|
Severity Code
|
16
|
Parameter 1
|
Name of the operation attempted.
|
Parameter 2
|
Name of the sequence.
|
Probable cause
An invalid operation has been attempted on a sequence object. The only valid operations on a sequence are currval and nextval.