Me three. mySQL would be charging Adobe a nice fat royalty to put in the drivers.
Ain't gonna happen. I just make sure I keep my jdbc string handy in a text ffile and paste it in whenever I need it. Since I am moving server providers and upgrading from mySQL 3.2x to 5.x I'm getting used to doing it over and over. Just for the hell of it, here is my string. Note the three extra parameters. The first one I had to implement (server is CF 6.1) to keep the thing from exploding and the other two are survivors from earlier days, put in for good measure. I'm thinking since I set up mySQL to use utf-8 encoding its not necessary. Anyone reading this know if its necessary to put those in still? jdbc:mysql://63.134.242.190:3306/lw_porsche?logger=com.mysql.jdbc.log.StandardLogger&useUnicode=true&characterEncoding=UTF8 -- [EMAIL PROTECTED] Janitor, MSB Web Systems mysecretbase.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246713 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

