On Tue, Jan 29, 2002 at 08:33:46PM -0600, Paul DuBois wrote:
> At 13:34 +0100 1/29/02, Pedro Alvarez-Tabio wrote:
> >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 b
At 13:34 +0100 1/29/02, Pedro Alvarez-Tabio wrote:
>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 usin
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