You could sandbox the DSN off... That way only your app could access it ?
Or possibly use some really obscure name, but if the servers not sandboxed (or at least locked down) then theres nothing stopping some other site from querying all the dsn's -----Original Message----- From: Andy Ewings [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 13:53 To: CF-Talk Subject: RE: Client Vars yup but I can't pass the username or password into the DSN as is on a shared server and anyone could hijack the DSN then -----Original Message----- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: 25 July 2003 13:46 To: CF-Talk Subject: RE: Client Vars The DSN stuff will need to be already setup in the admin. So you will need to create a DSN (Passing in the Username and password (im pretty sure you cant have the password passed in later)) Then in client variables section of the Admin, you must register the DSN as a ClientVariables DSN (but you don't have to set it as the default) Then in the <CFAPPLICATION> tag you set CLIENTSTORAGE="" to you DSN HTH Mikey -----Original Message----- From: Andy Ewings [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 13:41 To: CF-Talk Subject: Client Vars Hi Does any one know how to specify a DSN for clientmanagement n the application.cfm and also pass in the username and password? - basically I have always coded the username/password into the DSN but this is not an option in this instance. Any work arounds? Andy ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

