Subject | RE: [firebird-support] Re: bulk insert |
---|---|
Author | Rick Debay |
Post date | 2005-05-20T20:42:50Z |
Correct, prepared statements are the way to go.
However, other databases have the option of sending multiple sets of
parameters in one go. That's the only thing (except for updateable
joins) that I miss.
-----Original Message-----
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Aage Johansen
Sent: Friday, May 20, 2005 3:42 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Re: bulk insert
Rick Debay wrote:
Even though parameters and responses go back and forth, you will save
some time by avoiding parsing & optimizing the query.
--
Aage J.
However, other databases have the option of sending multiple sets of
parameters in one go. That's the only thing (except for updateable
joins) that I miss.
-----Original Message-----
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of Aage Johansen
Sent: Friday, May 20, 2005 3:42 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Re: bulk insert
Rick Debay wrote:
> Unfortunately, you still need to send the values one at a time andget > back each response.
> Sending a bunch of parameters at once and getting back one responseI'm not sure I understand your points, but if I do:
> isn't supported.
Even though parameters and responses go back and forth, you will save
some time by avoiding parsing & optimizing the query.
--
Aage J.