Subject Re: [firebird-support] importing text file into Interbase
Author Helen Borrie
At 11:10 PM 16/09/2003 +1000, you wrote:
>Hi,
> What is the best way to import a CSV file into interbase? I am
>creating the csv file from a table, then want to allow users to import
>the csv file into their copy of the database. The csv file has a header
>in the first record which matches the field structure of the table. Is
>there some command which will allow you to import the whole file in one
>go? (using Interbase 6.0.1 and Delphi 7 Pro)
>

Not CSV format. If you have some way to output data from your other
database in fixed-length format, you can create an external table for it
inside your database.

Otherwise go the Downloads | Contributed pages at www.ibphoenix.com and
pick up a third-party tool.

heLen