I copied book1.xls into IISServer c:/inetpup/wwwroot
objConn.Open "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;DBQ=" & Server.mappath("/book1.xls") &";ReadOnly= true ; UID=admin;"
Dim strSQL
excelfilename = "Book1.xls"
strSQL = "select * from " & excelfilename
Dim objRS
Set objRS = Server.CreateObject ("ADODB.RecordSet")
objRS.Open strSQL, objConn,3,3
When I execute the page
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
ODBC driver does not support the requested properties.
Please help me
Regards
Chandrakumar
chandrakumar@dzinegarage.com