I have a file called datasource.asp, with the following contents:
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "ApplicationDataSource","db_table","db_password"
Set Session("ApplicationDataSource_conn") = conn
%>
Since the application source code gets deployed to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.