Hello,

I need to create an online monitoring system. Currently i have already create an application using VB that interface with the hardware and read in data and store it into excel file. I have also create an asp that extract data from the excel file and display on the webpage. But i encountered error

Provider error '80004005'

Unspecified error

/fyp.asp, line 26

Line 26 : cnnExcel.Open "DBQ=" & Server.MapPath("temp.xls") & ";" & _"DRIVER={Microsoft Excel Driver (*.xls)};"

Pls help..