Ahmad Sarhan wrote:

I have 2 database files with same stucture and almost same data. One of them was offline and other is still online. Some mistake happened and now the online is missing some data some, but the missing data are in the other database file.

I want the changes only in one table not all database tables. How can I do automaticly, not manually, because there are about 3000 records.

Milan Babuskov answers:

You can do it with FBCopy. First run with D parameter to generate list of tables. Save that list to a text file and then edit it - remove all the tables you don't want to compare, leave only those you want.

Next run it with X parameter and supply the text file as input.

More details in FBCopy manual

Like this post? Share on: TwitterFacebookEmail


Related Articles


Author

Firebird Community

Published

Category

Gems from Firebird Support list

Tags