Hi,
I'm a student looking for any recommendation to finding a solution to the following problem.
(Hope I'm posting in the correct 'section' of the forum, since my error says both IIS and ASP)
I'm running IIS on my WIndows XP Pro OS.
I'm connecting an Access database (.mdb file) to Dreamweaver CS4.
I've made the connection with the following string
"Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=C:\Inetp ub\wwwroot\mySi te\mySite.mdb;"
When tested it shows as successful. If I add words, tables, images and simple html codes it works fine when tested and previewed through the web browser.
However, once I add a recordset/or query it produces the following error:-
HTTP 500.100 Internal Server Error- ASP Error IIS
Error Type:
Microsoft Jet database engine cannot open the file C:\Inetpub\wwwr oot\mySite\mySi te.mdb
It is already opened exclusively by another user or you need permission to view its data
/mySite/index.asp/line 9
Line 9 is where my recordset is when I view the code.
I've tried IUSR/Localmachine
I've tried to work with user permissions
Uninstalled and re-installed IIS
I seem to be getting no solution.
Any help rendered would be greatly appreciated.
Thank you :-)
I'm a student looking for any recommendation to finding a solution to the following problem.
(Hope I'm posting in the correct 'section' of the forum, since my error says both IIS and ASP)
I'm running IIS on my WIndows XP Pro OS.
I'm connecting an Access database (.mdb file) to Dreamweaver CS4.
I've made the connection with the following string
"Provider=Micro soft.Jet.OLEDB. 4.0;Data Source=C:\Inetp ub\wwwroot\mySi te\mySite.mdb;"
When tested it shows as successful. If I add words, tables, images and simple html codes it works fine when tested and previewed through the web browser.
However, once I add a recordset/or query it produces the following error:-
HTTP 500.100 Internal Server Error- ASP Error IIS
Error Type:
Microsoft Jet database engine cannot open the file C:\Inetpub\wwwr oot\mySite\mySi te.mdb
It is already opened exclusively by another user or you need permission to view its data
/mySite/index.asp/line 9
Line 9 is where my recordset is when I view the code.
I've tried IUSR/Localmachine
I've tried to work with user permissions
Uninstalled and re-installed IIS
I seem to be getting no solution.
Any help rendered would be greatly appreciated.
Thank you :-)
Comment