CHAPTER 10 Database Error Messages
753
CHECKPOINT statement requires a rollback log
Item Value
SQLCODE -212
Constant SQLE_CHECKPOINT_REQUIRES_UNDO
SQLSTATE 42W20
Sybase error code 13653
ODBC 2 State 40001
ODBC 3 State 40001
You cannot use a CHECKPOINT statement when the database server is
running in bulk mode without a rollback log.
Class ’%1’ has no public field ’%2’
Item Value
SQLCODE -93
Constant SQLE_FIELD_NOT_FOUND
SQLSTATE WW013
Sybase error code 13703
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the class in which the named field could not
be found.
Parameter 2 The name of the field which could not be found.
An expression referenced a field which either does not exist or is not public.
Probable cause
Probable cause