Hello,

I'm developing an application with MySQL using the C API. I would like
to implement a mechanism to prepare some queries in advance and just
bind the parameters before execution. I have found in the documentation
a way to do that using the DBI Interface but not for C API. Is it
possible to prepare statements for execution in an application built
with the C API?

Any help/comments would be appreciated. TIA.
Pedro



---------------------------------------------------------------------
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