CL1 webserver: <Anantsystems<Ad info>

    AspnetEmail.com   AspNetPro.com

related sites: <FREE Help> <ASP> <Asp.net> <worldwide>  
feedback: <lovethat> <hatethat> <thanks> <credits> <contact us>

Databases and ASP Table of Contents PrintView CL1
<Previous> Typical ASP Pages, Server Scripting

Browsers and ASP <Next>

The "Charles Explains..." column
write charlescarroll@learnasp.com with feedback

Databases and ASP? What the %*^&% is ADO, OLEDB?


       

Databases are the single most compelling reason for people to build sites with Active Server Pages. Here are some essential facts and definitions that we think will cut through the nonsense so you can understand databases and ASP.

Database and ASP essential facts:

  1. ASP scripts can talk to any database that has an ODBC driver. Almost every database on the market has an ODBC driver.
  2. ASP is optimized and designed to talk to any database with an OLEDB driver. In fact, it only knows how to talk to OLEDB databases BUT a translation layer (Microsoft nicknamed Kagera) allows it to converse with ODBC drivers.
  3. ADO is a total replacement for DAO and RDO. It is not recommended that programs that are written for the web EVER be written with DAO or RDO.

Databases and ASP Table of Contents PrintView
<Previous> Typical ASP Pages, Server Scripting

Browsers and ASP <Next>

CL1 webserver: <Anantsystems<Ad info>

    AspnetEmail.com   AspNetPro.com

related sites: <FREE Help> <ASP> <Asp.net> <worldwide>  
feedback: <lovethat> <hatethat> <thanks> <credits> <contact us>