Subject Re: [firebird-support] Looking for a fast solution for loading data from a text file into Firebird
Author Markus Ostenried
On Thu, Feb 19, 2009 at 02:09, Myles Wakeham <myles@...> wrote:
> I have a requirement to load a LOT of data from a text file. The format of the text file is very simple. It's a single column of data, but there could be millions of rows of it.

You could use an External Table or for more flexibility try FBExport:
http://fbexport.sourceforge.net/fbexport.html

HTH,
Markus