CHAPTER 10 Database Error Messages
789
Event ’%1’ not found
Item Value
SQLCODE -771
Constant SQLE_EVENT_NOT_FOUND
SQLSTATE WE001
Sybase error code 13781
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 Name of the event that could not be found.
You have attempted to reference an event with a name that does not exist in
SYS.SYSEVENT.
Expression has unsupported data type
Item Value
SQLCODE -624
Constant SQLE_DATATYPE_NOT_ALLOWED
SQLSTATE WW009
Sybase error code 10356
ODBC 2 State ERROR
ODBC 3 State ERROR
Either an external function or Java method is declared to have a parameter or
result data type which is not supported, or a Java field reference with
unsupported result type was attempted.
Probable cause
Probable cause