Database
adoasp.txt
Associated article: Active Data Objects & ASP
Tags: Database Design
Published source code accompanying the article by Mark Betz in which he discusses Active Server Pages,which are useful for generating output and managing application state on behalf of a client. When combined with Active Data Objects, your scripts can manipulate ODBC data sources to do nearly anything that is possible in native SQL.
Active Data Objects & ASP by Mark Betz Listing One <!-- USERLOGIN.HTM --> <HTML> <HEAD> <TITLE>Application Login</TITLE> </HEAD> <BODY BGCOLOR="#FFFFFF"> ...


