Re: MySQL 4/5

2006-07-17 Thread Mark Mandel
I'll second that recollection. Rick- maybe go bug MySQL and tell them to get their licences sorted better. :oD Mark On 7/17/06, Paul Hastings [EMAIL PROTECTED] wrote: Rick Root wrote: Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL

Re: MySQL 4/5

2006-07-17 Thread Matt Robertson
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

Re: MySQL 4/5

2006-07-17 Thread Paul Hastings
Matt Robertson wrote: earlier days, put in for good measure. I'm thinking since I set up mySQL to use utf-8 encoding its not necessary. no idea. but you can never hint enough about encoding. ~| Introducing the Fusion

Re: MySQL 4/5

2006-07-17 Thread Jochem van Dieten
Rick Root wrote: Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL 4 is ancient, MySQL 5 has been out for a while and 5.1 is now in beta. And since MySQL AB is going to EOL those old versions in the near future, I think it is about time

Re: MySQL 4/5

2006-07-17 Thread Michael Traher
If you changed neo-query.xml to point to the mysql 5 driver, would that work? (not tried it but just wondered) On 7/17/06, Matt Robertson [EMAIL PROTECTED] wrote: 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

Re: MySQL 4/5

2006-07-17 Thread Will Tomlinson
Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL 4 is ancient, MySQL 5 has been out for a while and 5.1 is now in beta. Yep, this really pissed me off too at first. Then I realized it wasn't really Adobe. I tried that JDBC string fix,

Re: MySQL 4/5

2006-07-17 Thread Rick Root
Matt Robertson wrote: Me three. mySQL would be charging Adobe a nice fat royalty to put in the drivers. Well I'd think they could at least put the settings in there and require you to just download the driver separately... I think that's what Bluedragon does. I mean, the JDBC driver works

Re: MySQL 4/5

2006-07-17 Thread Jochem van Dieten
Matt Robertson wrote: Well I'd think they could at least put the settings in there and require you to just download the driver separately... Considering the viral nature of the GPL I wouldn't take the risk. If you want to do that, include the old driver in the distribution and have people

Re: MySQL 4/5

2006-07-17 Thread Paul Hastings
Will Tomlinson wrote: I tried that JDBC string fix, didn't work. To make mine work I'm havin to use ODBC. lol! what string fix? the encoding bits? if so what's not working? ODBC is a bad choice if your issue is encoding.

Re: MySQL 4/5

2006-07-17 Thread Casey Dougall
Seems like we just need a duplicate datasouce function. Then all you gotta do is change a couple pieces of it, save and be done. -- Casey Dougall Web Applications Developer Ph: 518 743-9424 Fax: 743-0337 Mannix Marketing Inc. 33 Park St. Third Floor, Glens Falls, New York 12801 Marketing to

Re: MySQL 4/5

2006-07-17 Thread James Holmes
Like this? http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=12 On 7/17/06, Casey Dougall [EMAIL PROTECTED] wrote: Seems like we just need a duplicate datasouce function. Then all you gotta do is change a couple pieces of it, save and be done. -- Casey Dougall Web Applications Developer

RE: MySQL 4/5

2006-07-17 Thread Andy Matthews
--//- -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: Sunday, July 16, 2006 11:45 PM To: CF-Talk Subject: MySQL 4/5 Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL 4 is ancient, MySQL 5 has been out for a while and 5.1 is now

Re: MySQL 4/5

2006-07-17 Thread Ken Ferguson
I can see where this is frustrating for people, but MySQL 5 has only been an official production release for a matter of months (about 6 or 7, right?) So, it's kind of hard to be down on Adobe for not having them in there. Anyhow, it's not difficult to drop in the ConnectorJ drivers and roll

Re: MySQL 4/5

2006-07-17 Thread Rick Root
Ken Ferguson wrote: I can see where this is frustrating for people, but MySQL 5 has only been an official production release for a matter of months (about 6 or 7, right?) So, it's kind of hard to be down on Adobe for not having them in there. Anyhow, it's not difficult to drop in the

Re: MySQL 4/5

2006-07-17 Thread Matt Robertson
On 7/17/06, Rick Root [EMAIL PROTECTED] wrote: It's not difficult, it's just annoying having to remember the JDBC URL and the fact that Driver is capitalized in the driver class :) I even cut/paste *that*. I'll always trade a dumb rote process for one where I have to think or (mis)type, since

Re: MySQL 4/5

2006-07-17 Thread Will Tomlinson
what string fix? the encoding bits? if so what's not working? ODBC is a bad choice if your issue is encoding. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6ef0253 I'm just usin ODBC for development purposes. Will

Re: MySQL 4/5

2006-07-17 Thread Rick Root
Matt Robertson wrote: On 7/17/06, Rick Root [EMAIL PROTECTED] wrote: It's not difficult, it's just annoying having to remember the JDBC URL and the fact that Driver is capitalized in the driver class :) I even cut/paste *that*. I'll always trade a dumb rote process for one where I have

MySQL 4/5

2006-07-16 Thread Rick Root
Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL 4 is ancient, MySQL 5 has been out for a while and 5.1 is now in beta. It's just such a pain to have to type in the JDBC url and driver class every time I add a new datasource. *grumble*

Re: MySQL 4/5

2006-07-16 Thread Paul Hastings
Rick Root wrote: Would someone please tell Adobe to put the modern MySQL drivers in CFMX by default? I mean c'mon, MySQL 4 is ancient, MySQL 5 has been out if i recall it's a change in the mysql licensing which prevents this.