CHAPTER 10 Database Error Messages
821
Invalid type for field reference
Item Value
SQLCODE -94
Constant SQLE_INVALID_FIELD_REFERENCE
SQLSTATE WW014
Sybase error code 13738
ODBC 2 State ERROR
ODBC 3 State ERROR
An expression attempted to reference a field or a method of a non-Java
value. Field references via ’.’ and ’>>’ are only valid when applied to Java
objects.
Invalid type on DESCRIBE statement
Item Value
SQLCODE -161
Constant SQLE_INVALID_DESCRIBE_TYPE
SQLSTATE 07W01
Sybase error code 13634
ODBC 2 State OK
ODBC 3 State OK
A Java type specified on a DESCRIBE statement has no corresponding SQL
type.
Probable cause
Probable cause