I have an asp page which verifies permissions in an access database table of username/password (mdw file for permissions on the db) and then displays another table's info. This works fine IF the db is not open when running the asp page. I have found out however, that if another user has the db open, it won't work. It's like only one person can access at a time. something to do with the idb file? I don't know what to do here. Does this make sense? Can someone help?
I need to explain a bit more....we have multiple users who use the access database on a share (e:/). The asp pages/web pages are on a different share (f:/). Several users can run the asp pages and query the database ONLY IF the database is Not open on e:/. If it is open (mdw/idb files showing), the asp can't query the tables.