> -----Original Message----- > From: Peter J. Holzer [mailto:[email protected]] > Sent: יום ג 29 יולי 2014 11:23 > To: Stuart Cooper > Cc: Meir Guttman; [email protected] > Subject: Re: Bad error message >
------ > > However, not all RDBMSs support proper prepared statements and bind > values, and even for those that do, the driver may not use them > (DBD::mysql only uses them if mysql_server_prepare is set). Dear, dear Peter, Thank you very much for the tip! Indeed, acting on your tip and adding "mysql_server_prepare => 1," to my %conn_attrs hash indeed caught the missing back-tick error right away! (Your reaction to my post will no doubt be RTFM! And you will be right... :( ) MeirG
