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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unhandled exception at MSACCESS

Status
Not open for further replies.

Oromia

Programmer
Feb 6, 2006
12
0
0
US
When I try to bring up an access database it crashes. This started to happen today and it happens seldom. Most of the time It starts ok but 1 out of 10 time it crashes and it doesn't happen to all the computers, it happens to few computers on the network. I get the following message when I try to debug it.
Unhandled exception at 0X650a3246 in MSACCESS.EXE: 0xc0000005: Access violation reading location 0x00000038
Thank you for your help
 
Hello
In programming parlance, an Exception is a error in a program.
'
An Unhandled Exception is an error that happened and there was no code available to deal with the error generated. A program usually closes when this happens.
Regards
Mark

 
The best thing I have found to do to fix this problem is to rebuild the DB. Create a new empty DB and then import all of the objects from your DB into it. In many cases this helps "clean-up" problems within your DB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top