The parameters you used for initializing the "objConn" may be wrong. Could
you list out how you are doing this.
Shaji
www.DiverseInc.com
"Robert Lawson" <twnclick313@mchsi.com> wrote in message
news:ugSBT2TbDHA.1748@TK2MSFTNGP12.phx.gbl...[color=blue]
> 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(I nt32 hr) +20
> System.Data.OleDb.OleDbConnection.InitializeProvid er() +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
>
>
>
>
> ------------------------------------------------------------------------
> --------
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET Version:1.1.4322.573
>
>
>
> *** Sent via Developersdex
http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it![/color]