Subject | RE: [firebird-support] Re: bulk insert |
---|---|
Author | Alan McDonald |
Post date | 2005-05-18T22:44:12Z |
>This is about as slow as you can force things to be. Each statement will
> > Using a parameterized, prepared insert statement should be fast -
> maybe as fast using an "external table".
>
> mm, what do you by "parameterized, prepared insert statement"?
>
> in the background this is for use in an adhoc query tool, so i am doing
> some stringbuilding to generate the insert statements
>
need to be prepared before execution. You need to do some homework on
paramatised queries.
Alan