Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error raised in non-debug mode while accessing data through ADO

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I am trying to retrieve Microsoft Access 97 database table names and field names through ADO. While running the code in debug mode everything works properly but if i compile the application and run it in non-debug mode, Microsoft Jet engine raises error that it cannot find the specified table in the database.
If i run exactly the same code in debug mode it works Okay.
If there are any published bugs in ADO from where can i find them.
Any prompt suggestions in helping me out of this will be higly appreciated.
Thanks,
Ali
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top