Subject Re: [firebird-support] Comparing data between databases
Author Milan Babuskov
rogerzgiet wrote:
> The DBs are very big and some tables do not have PKs

Without PK it is really hard. Can't you just select some (all?) fields
and create PK on them. It would be much easier.

> How do you guys perform data comparing?

I'm using FBCopy, but I don't recommend it if you need to go into
individual records and tables are big, because it generates .html output
for that.

--
Milan Babuskov

==================================
The easiest way to import XML, CSV
and textual files into Firebird:
http://www.guacosoft.com/xmlwizard
==================================