Subject How to turn referential integrity checking off
Author pifproject
Hello all!

Is there a way to turn referential integrity constraint checking off,
when populating a Firebird database? I.e. is there a way not to check
the imported and exported foreign key references between table columns
when you write data to a Firebird database in random order?

E.g. for MySQL this is possible by using the command "SET
FOREIGN_KEY_CHECKS=0" (executing this commantd via JDBC before writing
the database data). But I could not find information on how one can do
that with FirebirdSQL.

Thank you very much for your replies in advance.