If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have some ASP files on a server. There is also a different folder which contains a mdb. The folder doesnt have right to any user. Connection to the mdb is established through a connection string / DSN. The DSN is created on the server in which the files and the mdb lie. When running my site i get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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
Could anyone help me in solving this issue as soon as possible.
Originally posted by PriyaBabu
I have some ASP files on a server. There is also a different folder which contains a mdb. The folder doesnt have right to any user. Connection to the mdb is established through a connection string / DSN. The DSN is created on the server in which the files and the mdb lie. When running my site i get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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
Could anyone help me in solving this issue as soon as possible.
Thank you,
Regards,
K. Sripriya
even i have the same problem ,in case if u get the solution pls e-mail me
Originally posted by PriyaBabu
I have some ASP files on a server. There is also a different folder which contains a mdb. The folder doesnt have right to any user. Connection to the mdb is established through a connection string / DSN. The DSN is created on the server in which the files and the mdb lie. When running my site i get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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
Could anyone help me in solving this issue as soon as possible.
Thank you,
Regards,
K. Sripriya
even i have the same problem ,in case if u get the solution pls e-mail me
Originally posted by PriyaBabu
I have some ASP files on a server. There is also a different folder which contains a mdb. The folder doesnt have right to any user. Connection to the mdb is established through a connection string / DSN. The DSN is created on the server in which the files and the mdb lie. When running my site i get the following error.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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
Could anyone help me in solving this issue as soon as possible.
Thank you,
Regards,
K. Sripriya
even i have the same problem ,in case if u get the solution pls e-mail me
If u r using an Access Db, instead of creating a DSN, user provider to connect to the Database which should solve ur problem. I removed the DSN and used provider to connect to the DB and the problem is solved.
Also ensure that the MDB file has full access while the folder doesn't have write access for the Internet guest account.