David Lloyd wrote:
Mark,


Note that mysql does not support bind variables.  If you think
you're>using them, whatever API you are using is filling them in
before>sending the statement to mysql.  Bind variables do solve
quoting>problems, though, so if you use them, know why you're using
them :)>

Rumour has it, though, that DBD::MySQL (or whichever module it is)
performs better with the "bound variable" versions than the "non bound
variable versions".

DSL
-- The Linux C Programming Lists: *
http://lists.linux.org.au/listinfo/linuxcprogramming/
The Linux C++ Programming Lists:
 * http://lists.linux.org.au/listinfo/tuxcpprogramming/
I don't dis-agree with this, it was Dan that brought up the point you are responding to :)

-Mark

--
For technical support contracts, visit https://order.mysql.com/?ref=mmma

__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mark Matthews <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Full-Time Developer - JDBC/Java
/_/ /_/\_, /___/\___\_\___/ Flossmoor (Chicago), IL USA
<___/ www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to