CHAPTER 10 Database Error Messages
831
More information required
Item Value
SQLCODE 112
Constant SQLE_MORE_INFO
SQLSTATE 01W09
Sybase error code 13686
ODBC 2 State 37000
ODBC 3 State OK
More information is required to complete the request. This is used internally
in the database interface library to process a unified logon. It should not be
returned to an application.
More than one table is identified as ’%1’
Item Value
SQLCODE -139
Constant SQLE_CORRELATION_NAME_AMBIGUOUS
SQLSTATE 52012
Sybase error code 7364
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 Ambiguous correlation name.
You identified two tables in the same FROM clause with the same
correlation name.
Probable cause
Probable cause