Subject | Re: Bulk inserts in Interbase |
---|---|
Author | spgilmore |
Post date | 2005-01-25T17:55:29Z |
--- In firebird-support@yahoogroups.com, Milan Babuskov <milanb@k...>
wrote:
going to try it and if it works, I'll recommend that IBPhoenix put
this post in their FAQ. Thank you very much.
wrote:
> spgilmore wrote:Firebird
> > I want to know how to do a bulk-insert in Interbase 6.0 or
> > 1.x. I get the impression that BDE will do it, but I am notusing
> > BDE. I have been using the Interbase components in Delphi 7, butdocumentation.
> > would like to be able to do it from ISQL like I do with MSSQL, or
> > even the Interbase API.
> >
> > I've searched Google, IBPhoenix, and all the IB6 PDF
> >tables. Prepare
> > Does Interbase support this at all? I see lots of documents
> > describing how to speed up bulk inserts, so I suppose it is. But
> > nobody says how to do it!
>
> Currently, only way to do real bulk inserts is to use external
> an external table (textual file), declare it in database, and do a:Excellent! I think that this is just what I was looking for. I'm
>
> insert into real_tables
> select * from external_table;
>
> Works really fast.
>
> You can learn details about external tables in IB6 documentation.
>
> --
> Milan Babuskov
> http://fbexport.sourceforge.net
> http://www.flamerobin.org
going to try it and if it works, I'll recommend that IBPhoenix put
this post in their FAQ. Thank you very much.