DaveJunior
Programmer
I want a function/sub in my global.asa file that opens a connection to a database using a secure connection. I have written the function but whenever I try to use it in an ASP page it says Variable is undefined: 'OpenConnection'. I have <% OPTION EXPLICIT %> at the top of each of my ASP pages.
Any ideas? Is this possible to do? It would save me having an include file in each and every ASP file...
Any ideas? Is this possible to do? It would save me having an include file in each and every ASP file...