Subject Need logging for dual databases.
Author zapperon
I have the following problem. I have a website that is database driven
by firebird. At the moment I have to convert all of our local
database record into insert statements and then send them in a
compressed form over to the webserver , uncompress them there , empty
the webserver and reinsert the whole database. Not good design, I know
, was in quite a rush. Is there some table logging I can turn on in
firebird 1.5.2 superserver so that it only logs which records it
inserts , deletes and updates ?