Subject Importing Data into Firebird from ODBC Source?
Author googlepost123
Hi,

I am looking for advice on how to keep a data-warehouse type firebird
db up to date with data from a transaction database which is
accessible through ODBC. I was thinking off writing the code myself
in Python but thought there may be tools out there that already meet
my requirements:

Initial load with error report

Nightly add with error report

Nightly update with error report

Thanks.