Error Messages/43106
Example error message
42S02:[Microsoft][ODBC Microsoft Access Driver] The Microsoft Access database engine cannot find the input table or query 'Asset'. Make sure it exists and that its name is spelled correctly.
Cause
This error message is generated by the database driver (not by Analytica). It occurs when a table named in the SQL parameter to DbQuery or DbWrite does not exist in the database. For example, "SELECT * FROM Asset"
caused the above error -- there was no table named 'Asset'.
See Also
Comments
Enable comment auto-refresher