From: Warren Young Date: August 10 2006 12:30pm Subject: Re: Prepared statements List-Archive: http://lists.mysql.com/plusplus/5867 Message-Id: <44DB26E2.9060705@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Rene Brunner wrote: > > can anybody help me with mysql++ and prepared statements? Correspond the > example in the following code a prepared statement? AFAIK, MySQL++ has no explicit support for prepared statements. If you can think of a way to implement such a thing, I'd be happy to discuss a proposal or a patch. > Is the following insert faster than the previous one? Probably. I can't think of a single feature in MySQL++ that's meant to make the program work faster. Everything is there to allow the _programmer_ to work faster, which is generally more important.