While using an Access database for web stuff is not unheard of, it is definitely not the best practice. I would recommend migrating to an MSDE or SQL Server 2000 platform if possible. If not, then you might want to try:
1. using a DSNless connection vs. DSN.
2. take a look at how your recordsets are using the tables, recordlocking, etc..
3. might be a network issue if the database resides on a network share.
4. the database might become extremely bloated, try running a nightly batch script to compact and repair the database.
note: Access always creates a lockfile when the database is opened.
Main Topics
Browse All Topics





by: masirofPosted on 2005-03-30 at 11:30:31ID: 13665088
Stop web site, and then delete it.
Be sure to close all your recordset and connections to database after you have opened them.