I translate a web application from ASP to ASP.NET and I keep getting the following error: Could not find installable ISA
I used the same ConnectString ("DBQ=" & Server.MapPath( "Database\Icsda ta.mdb") & ";Driver={Micro soft Access Driver (*.mdb)};Provid er=Microsoft.Je t.OLEDB.4.0;" to point to my Access Database
Any Suggestions why I am getting this error message
Would appreciate any help because I am stuck
Thanks -- J.P. Lacass
I used the same ConnectString ("DBQ=" & Server.MapPath( "Database\Icsda ta.mdb") & ";Driver={Micro soft Access Driver (*.mdb)};Provid er=Microsoft.Je t.OLEDB.4.0;" to point to my Access Database
Any Suggestions why I am getting this error message
Would appreciate any help because I am stuck
Thanks -- J.P. Lacass
Comment