<% '***************************************************************************************** ' Page Description: This page contains the database connections '***************************************************************************************** '***** SQL SERVER FORMAT ***** 'Update the string, replacing the words YourServerName, YourDatabaseName, YourUsername, and YourPassword 'with the appropriate values. Const DB_CONNECTION = "Driver=SQL Server;Server=(local);Initial Catalog=Northwind;UID=pallav;PWD=pallav" Response.Write vbcrlf %>