Re: Statement preparing

2002-01-29 Thread Jeremy Zawodny
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

Re: Statement preparing

2002-01-29 Thread Paul DuBois
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

Statement preparing

2002-01-29 Thread Pedro Alvarez-Tabio
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