It has been mentioned here recently that the database login information for a production server should not be stored in the Coldfusion administrator. First off, for a dedicated server, why? Secondly, what is a good way to solve this? Thirdly, we have almost a dozen sites, most of which access one main SQL Server database then also some support databases. I wanted to have each site have its own login to the database but with multiple sites accessing multiple databases in a many-to-many relationship this would get very messy very fast. Anyone have a suggestion how I could do this? I may be able to merge all the databases together, they really ought to be anyway. Lastly, would this work: <cfquery name="myQuery" #application.db_string#>#sql#</cfquery> where application.db_string would store the relevant attributes & values necessary to log into this database? Thanks. -- Damien McKenna - Web Developer - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> The Limu Company - http://www.thelimucompany.com/ <http://www.thelimucompany.com/> - 407-804-1014 #include <stdjoke.h>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204438 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

