R
Robert Lawson
I continue to get the below error message when trying to load a aspx
file. Could someone please point me in the right direction for solving
this? I'm trying to access an access data base and I'm the only one
accessing it at this time. I'm trying to learn this step by step and I'm
at the begining of ADO stuff.
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:
Line 10: OleDbDataReader objReader;
Line 11:
Line 12: objConn.Open();
Line 13: objReader = objCmd.ExecuteReader();
Line 14:
Source File: c:\inetpub\wwwroot\day10\listing1004c.aspx Line: 12
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() +203
ASP.listing1004c_aspx.Page_Load(Object Sender, EventArgs e) in
c:\inetpub\wwwroot\day10\listing1004c.aspx:12
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
file. Could someone please point me in the right direction for solving
this? I'm trying to access an access data base and I'm the only one
accessing it at this time. I'm trying to learn this step by step and I'm
at the begining of ADO stuff.
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:
Line 10: OleDbDataReader objReader;
Line 11:
Line 12: objConn.Open();
Line 13: objReader = objCmd.ExecuteReader();
Line 14:
Source File: c:\inetpub\wwwroot\day10\listing1004c.aspx Line: 12
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() +203
ASP.listing1004c_aspx.Page_Load(Object Sender, EventArgs e) in
c:\inetpub\wwwroot\day10\listing1004c.aspx:12
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731