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
"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