Subject | Re: [firebird-support] Comparing databases using scripts generated from isql -extract? |
---|---|
Author | Roberto Carlos |
Post date | 2012-10-13T20:16:57Z |
Compare to Firebird databases via system tables (rdb$) is basically a bunch of WHILEs and FORs.
For compare scripts on Debian Linux, use DIFF:
apt-get install diffutils diffutils-doc
Study the programs: diff, diff3, sdiff and cmp.
Roberto
Em 13/10/2012 14:30, tomsee7 < tomconlon7@... > escreveu:
Hi,
Does anyone of any tools for comparing databases using scripts generated from the isql -extract command?
This seems to be the most convenient way (i.e. comparing scripts) and must be a common need. The ones that I've come across seem to want you to be connected to one or more of the databases.
Thanks
Tom
For compare scripts on Debian Linux, use DIFF:
apt-get install diffutils diffutils-doc
Study the programs: diff, diff3, sdiff and cmp.
Roberto
Em 13/10/2012 14:30, tomsee7 < tomconlon7@... > escreveu:
Hi,
Does anyone of any tools for comparing databases using scripts generated from the isql -extract command?
This seems to be the most convenient way (i.e. comparing scripts) and must be a common need. The ones that I've come across seem to want you to be connected to one or more of the databases.
Thanks
Tom