Subject Re: Best way to import data
Author Aage Johansen
Sanjay Amatya wrote:
> Does firebird have a import function from file formats such as CSV, TSV
or any other
> formats? If not, what is the best way to import data into exisiting
tables in
> Firebird?


See the docs on "external files" (Data Definition Guide). It essentially
maps a fixed-format text file to a table.

Regards,
Aage J.