Dynamic Content from a Database

While the examples we've seen so far are extremely useful, the primary method for creating dynamic page content is to use data that comes from a database or other server-side data store. In this book, we're majoring on Microsoft SQL Server, but the techniques are just as relevant to any other database. The interface that allows this universality in data access is ActiveX Data Objects (ADO).

© 1998 by Wrox Press. All rights reserved.