| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Chris Frey | Date: | August 10 2006 5:29pm |
| Subject: | Re: Prepared statements | ||
| View as plain text | |||
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
| Thread | ||
|---|---|---|
| • Prepared statements | Rene Brunner | 10 Aug |
| • Re: Prepared statements | Warren Young | 10 Aug |
| • Re: Prepared statements | Chris Frey | 10 Aug |
