Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

Table '%1' not found Next Page

Table '%1' requires a unique correlation name


Item

Value

Constant

SQLE_CORRELATION_NAME_NEEDED

ODBC 2 State

37000

ODBC 3 State

42000

Parameter 1

Name of the table that needs a unique correlation name.

Severity

16

SQLCODE

-137

SQLSTATE

52W15

Sybase error code

315

Probable cause

You specified a join that joins a table to itself. You need to use unique correlation names in order to have multiple instances of a table.