CHAPTER 10 Database Error Messages
823
You specified an invalid user ID or password when a module was
preprocessed.
Invalid value for column ’%1’ in table ’%2’
Item Value
SQLCODE -209
Constant SQLE_INVALID_COLUMN_VALUE
SQLSTATE 23506
Sybase error code 548
ODBC 2 State 42000
ODBC 3 State 23000
Parameter 1 Name of the column that was assigned an invalid value.
Parameter 2 Name of the table containing the column.
You attempted an insert or update that violates a CHECK constraint. A
CHECK constraint is violated if it evaluates to FALSE; it is deemed to hold
if the condition evaluates to TRUE or UNKNOWN.
Item ’%1’ already exists
Item Value
SQLCODE -110
Constant SQLE_NAME_NOT_UNIQUE
SQLSTATE 52010
Sybase error code 12006
ODBC 2 State S0001
ODBC 3 State 42S01
Parameter 1 Name of the item that already exists.
You attempted to create a file, table, view, column, foreign key, or
publication with the same name as an existing one.
Probable cause
Probable cause
Probable cause