Subject | Re: [firebird-support] Re: Speed difference question |
---|---|
Author | Dmitry Yemanov |
Post date | 2009-11-28T09:19:25Z |
tomsee7 wrote:
Dmitry
>Sure there was ;-)
> Is that right? Maybe there's a misunderstanding to my question?
> My knowledge is limited but I thought that sending dynamic sql (e.g 'select a,b,c from d where e=?' as part of a prepare statement caused a single preparation on the server.You're correct.
>
> The client app can then just send the ? param each time thereby giving good performance and a midway option between passing dynamic sql repeatedly and calling stored procedures.
Dmitry