Subject Importing large amount of data.
Author lec_sas
Hi,
I am importing a large number of records into a firebird table
programatically from a text file with ansi C. ie 1 million records. It
seems stupid to generate a sql statement for each record, that would
be really slow. What support does Firebird have for such an import?
Can the SQL interface help me or is there another way to do it?

Thanks

Darin Amos