Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP App Locked Out

Status
Not open for further replies.

ftc128

MIS
May 26, 2005
18
US
I've made an ASP app that uses an Access table to store information about my client's products. Among that information is an image of a product blueprint. Everything was working fine until I inserted an image into the Access table for the first time. At that point I began getting this message:
"MS-Access Driver] Could not use '(unknown)'; file already in use"

Now all access to the MDB file via ASP has been locked out. I've even replaced the MDB file and recreated the DSN.
I've checked that the DSN is not exclusive or read-only, and that the NTFS permissions are set to everybody/full control on the file. I'm wondering if there's something I have to do in Access to make this file multi-user or something. I thought for a while that my use of multiple odbc connections in ASP script was causing it, but after eliminating those, the lockout persists.

Suggestions would be great, thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top