Well actually the only reason I'm asking this question is because it's supposed to be supported with the new drivers... if it's a bug, and it doesn't work, I'll just use sql authentication...
-----Original Message----- From: Paul Hastings [mailto:[EMAIL PROTECTED] Sent: Sunday, September 11, 2005 1:13 AM To: CF-Talk Subject: Re: cf7 sql server integrated security Russ wrote: > Actually I'm using ColdFusion 7 and SQL server 2000. well if you don't mind a 3rd party jdbc driver, have you looked at jTDS? you can add trusted authentication as simply as adding domain to the jdbc url: jdbc:jtds:sqlserver://<dbServer>:1433/<dbName>;user=<domainUser>;password=<d omainUserPassword>; sendStringParametersAsUnicode=<true>;domain=<yourDomain> and it's most likely a bit faster than other jdbc drivers. http://jtds.sourceforge.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217888 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

