CHAPTER 10 Database Error Messages
911
Unknown function ā%1ā
Item Value
SQLCODE -148
Constant SQLE_UNKNOWN_FUNC
SQLSTATE 42W05
Sybase error code 176
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 Function name that is not a database function.
You misspelled the name of a database function (such as MAXIMUM
instead of MAX) in a query definition or in a query column name.
UNLOAD TABLE cannot be used to unload a view
Item Value
SQLCODE -643
Constant SQLE_CANNOT_UNLOAD_A_VIEW
SQLSTATE WL004
Sybase error code 13672
ODBC 2 State ERROR
ODBC 3 State ERROR
UNLOAD TABLE was specified with the name of a view. UNLOAD
TABLE may only be used to unload tables.
Probable cause
Probable cause