Error message: Could not find installable ISAM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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\Icsdata.mdb") & ";Driver={Microsoft Access Driver (*.mdb)};Provider=Microsoft.Jet.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
 
This indicates that connection string is malformed or non-sauble in ADO.NET.
See this page for an example of connection string used for Access.

http://msdn.microsoft.com/library/d...OleDbConnectionClassConnectionStringTopic.asp

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke

I translate a web application from ASP to ASP.NET and I keep getting the
following error: Could not find installable ISAM

I used the same ConnectString ("DBQ=" &
Server.MapPath("Database\Icsdata.mdb") & ";Driver={Microsoft Access Driver
(*.mdb)};Provider=Microsoft.Jet.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. Lacasse
 
Back
Top