3 messages in com.mysql.lists.plusplusRe: Prepared statements
FromSent OnAttachments
Rene Brunner10 Aug 2006 01:39 
Warren Young10 Aug 2006 05:30 
Chris Frey10 Aug 2006 10:29 
Subject:Re: Prepared statements
From:Chris Frey (cdf@foursquare.net)
Date:08/10/2006 10:29:01 AM
List:com.mysql.lists.plusplus

On Thu, Aug 10, 2006 at 10:40:18AM +0200, Rene Brunner wrote:

Is the following insert faster than the previous one?

The only difference would be the (likely small) difference in building the SQL statement. The actual communication with the server would be the same, and slow, for multiple queries.

I recently almost had the need to write some prepared statements, but the project requirements changed so I didn't have to. It would definitely be a cool addition to mysql++.

- Chris