Subject Bulk Loading for FB?
Author Bill Oliver
Hi all!

I am looking for some guidance on bulk loading data into Firebird. What
I want to do is turn off integrity constraints and just load the data
as fast as possible.

For example, with SQL Server, you have the "bcp", or "Bulk Copy"
program. With MySQL I can do a LOAD DATA statmeent, and if I want to
turn on integrity constrainst, I issue a SET FOREIGN_KEY_CHECKS=0
statement before executing LOAD DATA.

Thanks in advance!

Bill Oliver