CHAPTER 10 Database Error Messages
763
Could not allocate resources to call external function
Item Value
SQLCODE -622
Constant SQLE_ERROR_CALLING_FUNCTION
SQLSTATE WW008
Sybase error code 13679
ODBC 2 State ERROR
ODBC 3 State ERROR
The external function could not be called due to a shortage of operating
system resources. If the operating system supports threads, the maximum
thread count should be increased.
Could not change an opened prepared statement or callable
statement
Item Value
SQLCODE -694
Constant SQLE_CANNOT_CHANGE_OPENED_STATEMENT
SQLSTATE WJ008
Sybase error code 13603
ODBC 2 State ERROR
ODBC 3 State ERROR
You attempted to change the SQL statement of an opened prepared statement
or callable statement. Prepared statement and callable statement must be
closed before attempting such changes.
Probable cause
Probable cause