Alphabetic list of error messages
884
Table ’%1’ requires a unique correlation name
Item Value
SQLCODE -137
Constant SQLE_CORRELATION_NAME_NEEDED
SQLSTATE 52W15
Sybase error code 315
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 Name of the table that needs a unique correlation name.
You specified a join that joins a table to itself. You need to use unique
correlation names in order to have multiple instances of a table.
Table already has a primary key
Item Value
SQLCODE -112
Constant SQLE_EXISTING_PRIMARY_KEY
SQLSTATE 55013
Sybase error code 1923
ODBC 2 State 42000
ODBC 3 State 42000
You attempted to add a primary key on a table that already has a primary key
defined. You must delete the current primary key before adding a new one.
Probable cause
Probable cause