Access 2003 Process continues after application closed

M

Mike Honeycutt

I have a user running Access 2003 SP2 running on Windows XP SP2. Both
the OS and application appear to be fully patched. It does not seem
to matter what database is opened or even if a database is opened.
Once the application is launched to get rid of the process and free up
the memory, you have to use task manager and kill the process.

The only thing, which might be an issue is the user is running
Internet Explorer 7.0, however, several others in the same department
are running it also and don't have this issue.

Any thoughts?
 
A

Aaron Kempf

this is a bug in DAO

seriously-- if you don't explicitly close connections with DAO then it will
continue hanging ever after you close the database

I would highly reccomend moving your DAO code to ADO and use Access Data
Projects / SQL Server
 
Top