364,032 Members | 4475 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

Error message: Could not find installable ISAM

JP Lacasse
P: n/a
JP Lacasse
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

Nov 18 '05 #1
Share this Question
Share on Google+
2 Replies


Teemu Keiski
P: n/a
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/de...tringTopic.asp

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

"JP Lacasse" <jp@ICS-CT.com> wrote in message
news:3889C088-EB7F-4115-BDE4-913A57D8AA07@microsoft.com...
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


Nov 18 '05 #2

Teemu Keiski
P: n/a
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/de...tringTopic.asp

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

"JP Lacasse" <jp@ICS-CT.com> wrote in message
news:3889C088-EB7F-4115-BDE4-913A57D8AA07@microsoft.com...
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


Nov 18 '05 #3

Post your reply

Help answer this question



Didn't find the answer to your ASP.NET question?

You can also browse similar questions: ASP.NET