Alphabetic list of error messages
732
Cannot create synchronization entry for table ’%1’ with BLOB
primary key
Item Value
SQLCODE -779
Constant SQLE_BLOB_IN_SYNC_TABLE_PK
SQLSTATE 5RW18
Sybase error code 13789
ODBC 2 State 42000
ODBC 3 State 42S02
Parameter 1 Name of the table
You attempted to create a synchronization on a table with BLOB primary
key.
Cannot delete a column referenced in a trigger definition
Item Value
SQLCODE -269
Constant SQLE_COLUMN_IN_TRIGGER
SQLSTATE 53W06
Sybase error code 102
ODBC 2 State ERROR
ODBC 3 State ERROR
You attempted to delete a column referenced in a trigger definition. DROP
the trigger before performing the ALTER statement.
Probable cause
Probable cause