Firebird Question:

How to pump the data from one database to another?

Answer:

Many recommend IB Pump or IB Data Pump, but the problem is when you have complex relations between tables. In such cases, it is better to use tool like FBCopy which sorts the tables by dependencies (foreign keys, check constraints) into correct orde

Read All 44 Firebird Questions
Previous QuestionNext Question
How to prevent firebird.log file from filling up the disk partition?How to recreate the index on a Firebird table?