On 20 Mar 2006 13:12:56 -0800,
to******@yahoo.com wrote:
I have a table in an Access 2000 database and a web page.
I want to use various pieces of data from this table to drive certain
areas of the website, but I do not know how to do this.
For example, say my table contains info about authors and books and I
have a web page where I want to display all the authors and their
books, using the data in the table. How might I go about doing this?
Is there a book to read for this?
Thanks.
Google for
W3Schools ASP Tutorial
W3Schools SQL Tutorial
W3Schools ADO Tutorial
look (first?) at the examples at
http://www.w3schools.com/ado/ado_examples.asp
You could also use the newer ASP.NET which has a similar tutorial