
The Microsoft Jet database engine cannot......
Hello. Access Databases does not have a real Security. The only built in
feature is the workgroup file which one can delete... .
It is likely one of the four:
1 .Your MDB file is open in exclusive mode ( you have a check box in the
open dialog of Access) or one of its tables is being edited.
2. If there is a .ldb file in the same directory with the same name of the
database,It might not closed correctly by the system. Delete it.
3. local file permission where the MDB file sits.
4. If the error message uses the file name Unknown, then check the ODBC
Entry.
Good Luck
Lior Langer
Compaq
Quote:
> hello
> I have an ASP-script (VBScript) that uses an ODBC-Access-database. Earlyer
> today I made a mistake and changed the security permittion on all
> files/folders on my IIS-server.
> First all users on my website had to enter password, so they didn't access
> the site.
> I specifyed that the user IUSR_COMPUTERNAME should have access to my
> wwwroot. It worked and the users could access my site, my my asp-scripte
> can't read the database. I get the following errormessage:
> ----------------------------------------------------------------
> Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
engine
> cannot open the file '(unknown)'. It is already opened exclusively by
> another user, or you need permission to view its data.
> /default.asp, line 35
> ----------------------------------------------------------------
> I have set read permittion for the user IUSR_COMPUTERNAME on the
> database-file
> What is wrong?
> -Morten