Error 141

Message text

Table '%1' not found

Item

Value

SQLCode

-141

Constant

SQLE_TABLE_NOT_FOUND

SQLState

42W33

ODBC State

42S02

Parameter 1

name of the table that could not be found

Probable cause

You have misspelled the name of a table, or you have connected with a different user ID and forgotten to qualify a table name with a user name. For example, you might have referred to employee instead of “DBA”.employee,