Unspecified error

G

Guest

I am writing a VB.Net application which connect to MS Access database.

When I get some data from the User Interface and update it into the database, it prompt me 'Unspecified error', but sometimes this will not happen. Why?
 
W

William Ryan eMVP

Start wrapping it in try catch blocks and use the exception to garner some
more information
Chrysan said:
I am writing a VB.Net application which connect to MS Access database.

When I get some data from the User Interface and update it into the
database, it prompt me 'Unspecified error', but sometimes this will not
happen. Why?
 

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

Top