Subject Bulk Insert Skript
Author Stefan Heymann
I have an SQL script that inserts a few thousand rows into my Firebird
database.

It will run when nobody else is connected to the database and when
there are no other transactions running concurrently.

Execution time does NOT matter.

Is it better to COMMIT every single insert?

Regards

Stefan