Error message: Could not find installable ISAM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JP Lacasse

    Error message: Could not find installable ISAM

    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

  • Teemu Keiski

    #2
    Re: Error message: Could not find installable ISAM

    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.



    --
    Teemu Keiski
    MCP, Microsoft MVP (ASP.NET), AspInsiders member
    ASP.NET Forum Moderator, AspAlliance Columnist


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


    Comment

    • Teemu Keiski

      #3
      Re: Error message: Could not find installable ISAM

      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.



      --
      Teemu Keiski
      MCP, Microsoft MVP (ASP.NET), AspInsiders member
      ASP.NET Forum Moderator, AspAlliance Columnist


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


      Comment

      Working...