Question
Setting Username/Password in Application.cfm
I'm just moving my DB from Access over to MSSql, and I'm
having difficulty figuring out how to set a global
username/password in Application.cfm.
I am able to set the username and password within the individual queries (using username= and password=) but I'd like to set the username and password within application.cfm so I do not have to go and change each and every cfquery statement throughout my site.
So, essentially, I'm looking to insert code int he Application.cfm which logs into the MSSQL server, so whenever a cfquery is executed, the db is already logged into.
Thanks!
Andrew
I am able to set the username and password within the individual queries (using username= and password=) but I'd like to set the username and password within application.cfm so I do not have to go and change each and every cfquery statement throughout my site.
So, essentially, I'm looking to insert code int he Application.cfm which logs into the MSSQL server, so whenever a cfquery is executed, the db is already logged into.
Thanks!
Andrew
