I am trying to display the contents of an excel file
in ASP. Here is my code:
set oConn= Server.CreateObject("adodb.connection")
oConn.Open "Provider=Microsoft.Jet.OLEDB.4.0;"
& _
"Data Source=" & newFilepath & ";" & _
"Extended Properties=""Excel
8.0;HDR=Yes;"";"
Set RS = oConn.Execute("Select * From name")
This is the error I got:
The Microsoft Jet database engine could not find the
object 'name'.
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com