Mike, I have the Quantum DB plugin working with the MS-SQL JDBC driver. When you create the bookmark you need to have the driver added with all three of the .jar files (msbase, mssqlserver, msutil). Driver class name to use is com.microsoft.jdbc.sqlserver.SQLServerDriver.
And finally the connection URL is in this form: jdbc:microsoft:sqlserver://servername:port;databaseName=db_name Replace servername, port, and db_name with approriate information. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186230 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

