Andrew I
|
| Posted: 07/23/2002, 3:57 AM |
|
I use an ISP which only offers MySQL v 3.22.
This version doesn't allow INNER JOIN...ON joins, and back-tick field delimiters, and %comments%, and probably a couple of other equally annoying things.
Can I set up MySQL to work with v3.22? I know how to change the field delimiters, but not the join syntax (apart from entering the SQL manually).
I've tried changing the connection database type to ANSI, but that didn't seem to make any difference.
I'd be interested to know what version of MySQL CodeCharge & other users think is reasonable to use as a basis for development now. Is 3.22 now 'out of date'?
Many thanks
Andrew
|
|
|
 |
Drake
|
| Posted: 07/23/2002, 11:33 PM |
|
I would recommend using MySQL version 3.23.51 or later since it is more mature and listed as being the most stable. Version 4.0 is already out but still tagged as being under development.
|
|
|
 |
|