Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Could not find installable ISAM.

Could not find installable ISAM.

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasecomdesign
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SuperGeek
    wrote on last edited by
    #1

    Hello folks, I continue to struggle with making the connection to my access 2002 database with asp.net. I think I have the connection string /provider stuff figured out, but when I try it from my server I get Could not find installable ISAM. my website host www.general-hosting.com claims to support ODBC connectivity and access, but I get this ISAM error. here is the code... connectionString = "Provider=Microsoft.Jet.OLEDB.4.0; " connectionString &= "DNS=webdata; DRIVER={Microsoft Access Driver (*.mdb)};" 'connectionString &= "Data source=amzg12122.general-hosting.com/fpdb/mywebdb.mdb;" connectionString &= "DBQ=URL=amzg12122.general-hosting.com/fpdb/mywebdb.mdb;" 'connectionString &= "Catalog=mywebdb.mdb;" Me.myWebDbconn = New OleDbConnection() Me.myWebDbconn.ConnectionString = connectionString Response.Write(connectionString) Me.myWebDbconn.Open() ' ************* Error ******************* The server generates the following error message... Server Error in '/' Application. -------------------------------------------------------------------------------- Could not find installable ISAM. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Could not find installable ISAM. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [OleDbException (0x80004005): Could not find installable ISAM.] System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +20 System.Data.OleDb.OleDbConnection.InitializeProvider() +57 System.Data.OleDb.OleDbConnection.Open() +131 amzg12122.general_hosting.com.WebForm1.MakeODBCConnection() in C:\Documents and Settings\Robert Peterson\VSWebCache\amzg12122.general-hosting.com\loginform.aspx.vb:54 amzg12122.general_hosting.com.WebForm1.Page_Load(Object sender, EventArgs e) in C:\Documents and Settings\Robert Peterson\VSWebCache\amzg12122.general-hosting.com\loginform.aspx.vb:34 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +29 System.Web.UI.Page.ProcessRequestMain() +724 What I find curious, (and I really don't understand) is that e

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups