I have also had good luck with the jTDS open source JDBC driver here : http://jtds.sourceforge.net/
Here is what you will need once you stick the JDBC drivers in the JVM path for CF and re-start coldfusion: Add a datasource of type 'other' The JDBC URL is: jdbc:jtds:sqlserver://hostName:1433(usually 1433, unless you have a different port)/DatabaseName So, Mine is: jdbc:jtds:sqlserver://matrix:1433/REPORTS where Matrix is my SQL server name, and 'Reports' is my database name And the driver class is: net.sourceforge.jtds.jdbc.Driver Have fun! Chris Peterson -----Original Message----- From: Bob Imperial [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 9:28 AM To: CF-Talk Subject: RE: Blob/clob issue Unfortunately, I've not been able to successfully register a ds in cf w/ms sql drivers, yet another story ;). So, off to pull down jdbc drivers from ms and see what I can break. Gracias! > -----Original Message----- > From: Peterson, Chris [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 10, 2007 8:57 AM > To: CF-Talk > Subject: RE: Blob/clob issue > > Bob, > > First I would try the built in MS SQL driver, and if that still fails > give the Microsoft JDBC driver a shot. > > Chris > > -----Original Message----- > From: Bob Imperial [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 10, 2007 8:56 AM > To: CF-Talk > Subject: Blob/clob issue > ://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=22382.15322.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277614 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

