A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Access staying in memory



 
 
Thread Tools Display Modes
  #1  
Old May 28th, 2004, 09:56 AM
Fiete
external usenet poster
 
Posts: n/a
Default Access staying in memory

Hello all

I have a problem with the termination of my access application. Ever by the termination of my access application, access remain in memory and it is shown in the taskline. It is not possible to terminate access then in normal way, the only alternative is to kill them in taskmanager via "task terminate" or "process terminate".
Please, can anybody help me to prevent this behavior?

Thanks, Fiete
  #2  
Old May 28th, 2004, 02:42 PM
Ken Snell
external usenet poster
 
Posts: n/a
Default Access staying in memory

Likely somewhere in your code you've created an object that references a
recordset or other object in ACCESS, and you're not closing that object (and
then setting it to Nothing) before you quit the application. This is a
common cause of this behavior.

Finding it may not be simple, depending upon the length of the code.....


--
Ken Snell
MS ACCESS MVP

"Fiete" wrote in message
...
Hello all

I have a problem with the termination of my access application. Ever by

the termination of my access application, access remain in memory and it is
shown in the taskline. It is not possible to terminate access then in normal
way, the only alternative is to kill them in taskmanager via "task
terminate" or "process terminate".
Please, can anybody help me to prevent this behavior?

Thanks, Fiete



  #3  
Old June 1st, 2004, 10:06 AM
Fiete
external usenet poster
 
Posts: n/a
Default Access staying in memory

Thank's for help. I've found the porblem. Just it works succesfully.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:47 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.