Difference between revisions of "Microsoft Access Error Codes"

From database24
Jump to navigation Jump to search
(Created page with "== 2001 : You cancelled the previous operation == * True reason: You called a domain function like ''DLookup'' and specified a field that does not exist in the table.")
 
Line 1: Line 1:
 +
== 49 : Bad DLL Calling Convention ==
 +
* True reason: Your database became corrupt. Decompile the database by using the command line switch ''/decompile'', compact and repair your database.
 +
 
== 2001 :  You cancelled the previous operation ==
 
== 2001 :  You cancelled the previous operation ==
 
* True reason: You called a domain function like ''DLookup'' and specified a field that does not exist in the table.
 
* True reason: You called a domain function like ''DLookup'' and specified a field that does not exist in the table.

Revision as of 23:38, 11 February 2012

49 : Bad DLL Calling Convention

  • True reason: Your database became corrupt. Decompile the database by using the command line switch /decompile, compact and repair your database.

2001 : You cancelled the previous operation

  • True reason: You called a domain function like DLookup and specified a field that does not exist in the table.