I would like to access an excel file form an asp page. I am using the connection string as,
I would like to know how can I put the server name, user name and password and how.....
Code:
sConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=""c:\Test\Modified.xls"";Extended Properties=""Excel 8.0;HDR=NO;IMEX=1"""
Comment