Well, if you are familiar with your data you are inserting then just DISABLE the FK constraints, INSERT the data, then ENABLE the constraints again.

If one of the constraints cannot enable, then just run a diagnostic on the two tables.

Is this just not feasable?

- Magnus