Hello
I am new in ASP
what i want is to retrive the records from excel sheet and show them on an asp page in tabular format
i tried to do it with ADODB.Connection
conn.Provider = "MSDASQL"
conn.ConnectionString = "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;DBQ=" & Server.mappath("/"& excelfilename) &";ReadOnly= false ; UID=admin;"
the connection get opened successfully but no the main problem is to fetch the data into recorset. the error comes into query
pls do tell me what should b the query for fetching the record
i also tried the "Microsoft.Jet.OLEDB.4.0" provider but it gives an error in connection as "cant find installable isam"
thanks