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

SQL Anywhere 11.0.0 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (T-Z)

 

Table '%1' not found

Error constant SQLE_TABLE_NOT_FOUND
ODBC 2 State S0002
ODBC 3 State 42S02
Parameter 1 Name of the table that could not be found.
Severity 11
SQLCODE –141
SQLSTATE 42W33
Sybase error code 2706
Probable cause

You misspelled the name of a table, or you did not qualify a table name with the owner name. For example, you might have referred to "Employees" instead of DBA"."Employees".