I'm using Mysql 3.20.32a and hooking into it with the Perl DBI, 
everything is working, except part of the script I wrote (tested on 
Mysql 3.23 gamma) will not work on the lower version as it uses the

INSERT INTO table (col1,col2) VALUEs ("a","b")

  syntax to insert.

This style of inserting is very important to the script, but I do not 
want to get a newer version of Mysql (I tried and failed to install it), 
is there an alternative method of inserting in which I can name columns 
which will work on 3.20.32a?

TIA

Garry Taylor

Reply via email to