Could not find installable ISAM

H

Henrik

Hello

I starting use ASP.NET and has created a new file to open a Access database

I get these error and cant solve it - please need some help.

I Use Windows 2000 (have also tried to put it in to the server Widows 2003)


Here is my Error - waht is wrong:

Thankfull for help

------------------
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() +203
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection,
ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord,
Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior
behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
+36
Uke02.WebForm1.Page_Load(Object sender, EventArgs e) in
\\tiri02\wwwroot$\www\Testing\ASP.NET\Uke02\Kode0801.aspx.vb:35
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

-----------------
 
K

Ken Cox [Microsoft MVP]

Hi Henrik,

Is the database located on a drive mapped as a UNC path? If so, it may be a
permission issue. See whether you can make it work by using impersonation.
You'd need to use an account created on the remote machine.

Ken
 
Joined
Sep 10, 2009
Messages
1
Reaction score
0
Henrik said:
Hello

I starting use ASP.NET and has created a new file to open a Access database

I get these error and cant solve it - please need some help.

I Use Windows 2000 (have also tried to put it in to the server Widows 2003)


Here is my Error - waht is wrong:

Thankfull for help

------------------
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() +203
System.Data.Common.DbDataAdapter.QuietOpen(IDbConnection connection,
ConnectionState& originalState) +44
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32
startRecord, Int32 maxRecords, String srcTable, IDbCommand command,
CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord,
Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior
behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable)
+36
Uke02.WebForm1.Page_Load(Object sender, EventArgs e) in
\\tiri02\wwwroot$\www\Testing\ASP.NET\Uke02\Kode0801.aspx.vb:35
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750

-----------------


Hi Try this in C#.

@"provider=Microsoft.Jet.OLEDB.4.0;Data Source="+strPath+";Extended Properties=\"Excel 8.0;HDR=NO;IMEX=1\"";
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top