Back to the Source Listing 

<!--#Include file="adovbs.inc" -->

<%
'Open a connection to the database called fp_conn 
Set fp_conn = Server.CreateObject("ADODB.Connection")
fp_conn.Open Application("facultyConnection_ConnectionString")
%>