LiveWire Web-to-Database Solutions, Part 2

By William Robert Stanek

Dr. Dobb's Sourcebook July/August 1997

database.connect(client.dbtype, 
                client.server, 
                client.id, 
                client.password, 
                client.database);
if(!database.connected())    redirect("connect.html");

Example 1: Connecting to the database.

Back to Article