Difference between revisions of "Error Messages/43106"
(Created page with "= 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 exi...") |
|||
Line 1: | Line 1: | ||
− | + | [[Category: Error messages]] | |
− | + | == Example error message == | |
− | + | :<code>''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.''</code> | |
+ | == 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, <code>"SELECT * FROM Asset"</code> caused the above error -- there was no table named 'Asset'. | 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, <code>"SELECT * FROM Asset"</code> caused the above error -- there was no table named 'Asset'. | ||
− | = See Also = | + | == See Also == |
− | + | * [[DbQuery]] | |
− | * [[DbQuery]] | + | * [[DbWrite]] |
+ | * [[Querying Access database from Analytica 64]] | ||
+ | * [[Database functions]] |
Latest revision as of 01:52, 25 February 2016
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