|
Introduction
The principles of databases and their use together with Server
Side Scripting technology to create dynamic web pages.
ASP Enabled Web Servers
Web servers that run Active Server Page files and setting
up the Microsoft Personal Web Server.
Getting Started
Overview of the additional functions in Dreamweaver UltraDev.
The Database Connection
Integrating databases in a web site with ODBC or connection
strings.
Recordsets
Creating recordsets and displaying data on a web page.
Repeat Regions & Record Navigation
Displaying multiple records from a database and creating record
navigation functions.
Updating Records
Creating web pages that allow the user to update database
records.
Inserting Records
Web page forms that allow the user to add records to the database.
Advanced Recordset Definition
Defining recordsets using SQL.
Restricted Access
Creating a User Login and restricting user access to web pages.
Session Variables
Using Session Variables to detect who the user is and creating
a Welcome message.
Cookies
Using Cookies to store information on the User's computer
and reading them on later visits.
Dynamic Form Fields
Creating form fields that are populated by database records.
Search Function
Searching a database using a web page form.
Passing Values
Using the Get and Post method in forms to pass values to ASP
files.
|