Error message: Could not find installable ISAM

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
 
T

Teemu Keiski

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top