G
Guest
Hi All,
My ASP.net application has to fetch data from Excel sheet.
I'm using HTML File Control to select an excel file.
I'm using Microsoft.Jet.OLEDB.4.0 provider to fetch the data from excel.
Everything is working fine on my machine.
But when my machine is accessed from other machine and trying to upload an
excel sheet 'abc.xls', it's giving following error.
"The Microsoft Jet database engine could not find the object 'C:\abc.xls'.
Make sure the object exists and that you spell its name and the path name
correctly."
i.e.
My machine (A) when accessed from Machine B
and type the url as http://A/Myapplication/default.aspx and trying to upload
the file on machine B.It's giving an error that file not found.
Thanks in advance
Srinivas
My ASP.net application has to fetch data from Excel sheet.
I'm using HTML File Control to select an excel file.
I'm using Microsoft.Jet.OLEDB.4.0 provider to fetch the data from excel.
Everything is working fine on my machine.
But when my machine is accessed from other machine and trying to upload an
excel sheet 'abc.xls', it's giving following error.
"The Microsoft Jet database engine could not find the object 'C:\abc.xls'.
Make sure the object exists and that you spell its name and the path name
correctly."
i.e.
My machine (A) when accessed from Machine B
and type the url as http://A/Myapplication/default.aspx and trying to upload
the file on machine B.It's giving an error that file not found.
Thanks in advance
Srinivas