> JDBC URL: C:\ColdFusion8\lib ??? is that right? No, that's a Windows file path, pointing at the ColdFusion lib directory, not a JDBC database connection URL (which points at the database server)
What you want will be in the format: jdbc:<something>:<server>:<port>/<dbname> Where everything <likethis> is to be replaced with the correct value. (and possibly with some additional arguments after the dbname.) > Driver Class: Not sure what it wants or where to get it That should have been provided (along with the JDBC URL) from wherever you grabbed the sqljbc.jar > Username: SQL username? > > Password: SQL Password? If you don't have a username/password, leave these blank. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/sql/message.cfm/messageid:3163 Subscription: http://www.houseoffusion.com/groups/sql/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.6
