G
Guest
Hi
Its getting pathetic and I dunno why !!
I am trying to read/insert/update an excel sheet using ADO .NET. I am using
following connection string to connect to the data source.
Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\inetpub\wwwroot\App\files\file.xls;Extended Properties='Excel
8.0;HDR=YES;MAXSCANROWS =1'
The development machine contains Microsoft Office and everything upto date
and the application is working fine.
On server I am getting following exception since last One Month!!
---------------------------------------------------------------------
Could not find installable ISAM.Microsoft JET Database Engine at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at
System.Data.OleDb.OleDbConnection.InitializeProvider() at
System.Data.OleDb.OleDbConnection.Open() at
MyPledge.ViewClientPaymentData.LoadData() in
C:\Inetpub\wwwroot\MyApp\ViewClient.aspx.vb:line 58
---------------------------------------------------------------------
I have asked the server admin to do following ...
- Give Rights to Read/Write to ASP NET process on directories containing
excel files
- Update Jet Drivers from following URI
http://www.microsoft.com/downloads/...39-533E-48B0-B8D7-1781BEFDE1F8&displaylang=en
But I am still getting this message...
CAN anyone, PLEASE PLEASE help me??? I am one of the big .NET lovers but
this thing is REALLY REALLY REALLY making me start to hate it .. :S :S :S...
eff_kay
Its getting pathetic and I dunno why !!
I am trying to read/insert/update an excel sheet using ADO .NET. I am using
following connection string to connect to the data source.
Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=C:\inetpub\wwwroot\App\files\file.xls;Extended Properties='Excel
8.0;HDR=YES;MAXSCANROWS =1'
The development machine contains Microsoft Office and everything upto date
and the application is working fine.
On server I am getting following exception since last One Month!!
---------------------------------------------------------------------
Could not find installable ISAM.Microsoft JET Database Engine at
System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at
System.Data.OleDb.OleDbConnection.InitializeProvider() at
System.Data.OleDb.OleDbConnection.Open() at
MyPledge.ViewClientPaymentData.LoadData() in
C:\Inetpub\wwwroot\MyApp\ViewClient.aspx.vb:line 58
---------------------------------------------------------------------
I have asked the server admin to do following ...
- Give Rights to Read/Write to ASP NET process on directories containing
excel files
- Update Jet Drivers from following URI
http://www.microsoft.com/downloads/...39-533E-48B0-B8D7-1781BEFDE1F8&displaylang=en
But I am still getting this message...
CAN anyone, PLEASE PLEASE help me??? I am one of the big .NET lovers but
this thing is REALLY REALLY REALLY making me start to hate it .. :S :S :S...
eff_kay