ADO Excel in ASP

  • Thread starter Thread starter Stan the Mouse
  • Start date Start date
Stan the Mouse said:
I would like to use excel as a database to link up with
my web site. is that feasible?

it seems that when I replace the Access by Excel, there
are always error messages regarding readonly or can not
write into the excel file.

The code
http://stanleychan.myftp.org/asp/counter1/test-gcount.txt

Try using the OLE DB provider for Jet 4.0 with 'Excel 8.0' in the
extended properties. For connection string samples, see:

http://www.able-consulting.com/MDAC...oviders.htm#OLEDBProviderForMicrosoftJetExcel

Jamie.

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top