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  dBforums > Data Access, Manipulation & Batch Languages > ASP > Multiple LDB files

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-23-07, 11:21
pnpjack pnpjack is offline
Registered User
 
Join Date: Apr 2007
Posts: 3
multiple locking files

I have an .Net app running using an Access database. At times what happens is that the application becomes very slow. When I check the server there is multiple instances of the database open as well as multiple ldb files. I usually stop IIS and delete the ldb files and restart everything and all is well....for a while. I compact the database regularly. Any help would be appreciated.

Is there any way to isolate what the cause is?

Last edited by healdem; 04-24-07 at 03:53. Reason: duplicate / multiple posting
Reply With Quote
  #2 (permalink)  
Old 04-23-07, 11:29
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Sounds to me like you're not closing recordsets...
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 04-23-07, 13:40
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Errr... Read through the code and check that every recordset that is opened is also shut?
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On