CHAPTER 10 Database Error Messages
791
Feature not available with UltraLite
Item Value
SQLCODE -749
Constant SQLE_NOT_SUPPORTED_IN_ULTRALITE
SQLSTATE 0AW07
Sybase error code 13762
ODBC 2 State 37000
ODBC 3 State 42000
You attempted to execute a statement or use a feature that is not supported in
an UltraLite database. For example, UltraLite does not support statements
that modify the schema of the database.
Field ’%1’ of class ’%2’ cannot be null
Item Value
SQLCODE -649
Constant SQLE_FIELD_CANNOT_BE_NULL
SQLSTATE WW015
Sybase error code 13741
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the field which cannot be null.
Parameter 2 The name of the class which has the field.
An attempt was made to store a SQL null value in a Java object field which
has a Java type that cannot be null. For example, the Java ’int’ type cannot be
null.
Probable cause
Probable cause