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

Application Error: on closing database

Status
Not open for further replies.

jordanking

Programmer
Sep 8, 2005
351
Hello,

has anyone seen this type of error?

Application popup: MSACCESS.EXE - Application Error : The instruction at "0x76681658" referenced memory at "0x00000008". The memory could not be "read".

Click on OK to terminate the program
I used the event viewer to look up the microsoft documentation on the error. This is the info it pulled up:

Details
Product: Windows Operating System
ID: 26
Source: Application Popup
Version: 5.2
Symbolic Name: STATUS_LOG_HARD_ERROR
Message: Application popup: %1 : %2

Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.


User Action
To correct this problem:

Ensure that the program user has sufficient privileges to access the directory in which the driver is installed.
Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.



Version: 5.0
Symbolic Name: status_log_hard_error
Message: Unable to Load Device Driver : device driver could not be loaded.

Explanation
The program could not load a driver because the program user doesn't have sufficient privileges to access the driver or because the drive is missing or corrupt.


User Action
To correct this problem:

Reinstall the program to restore the driver to the correct location.
If these solutions do not work, contact Product Support Services.


I get this error when i close my database after running a procedure that involves a lot of api calls (speciffically a lot of calls to the "movememory" windows api)


Any help is appreciated

JK
 
Double check ALL your MoveMemory calls to be sure you NEVER copy more bytes than expected.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top