// Protect the administrative pages
client.admin = "false";
// Connect to the database
if (!database.connected())
database.connect("INFORMIX", "appalanche_db", "informix", "informix", "enroll");
// Oh dear! We can't connect!
if (!database.connected())
write("Error: Unable to connect to database.");