VB.NET interacting Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I have a backend Access database that I do lots of queries/inserts/updates.
I need a list of common errors that is caused by Access database (ex. "table
is opened by another user") when running these queries?
The purpose of this is to identify these errors in code and send a user
friendly message to the user. Any ideas would be helpfull.
Thanks in advance,
Roy
 
Roy said:
Hi all,
I have a backend Access database that I do lots of queries/inserts/updates.
I need a list of common errors that is caused by Access database (ex. "table
is opened by another user") when running these queries?
The purpose of this is to identify these errors in code and send a user
friendly message to the user. Any ideas would be helpfull.
Thanks in advance,
Roy

See the Access documentation. The errors are not VB.Net and not ADO.Net
specific. The possible exceptions are listed in the documentation to the
method you use.

Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top