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=<domainUserPassword>;
sendStringParametersAsUnicode=<true>;domain=<yourDomain>

and it's most likely a bit faster than other jdbc drivers. 
http://jtds.sourceforge.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:217885
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to