Unspecified error

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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?
 
Back
Top