Subject RE: [firebird-support] Re: Backup & Restore using Embedded Firebird
Author Alan McDonald
> We are using Delphi 7 and what tools can we do a replication between
> Embedded and Firebird server ?
>
>

the www.ibphoenix.com website lists several replication tools available.
Most assume you are using 2 live servers but embedded is not a "live" server
outside the context of the application hosting it so you would need to
include replication logic inside the host application or run a separate
application to replicate which would have to be run when the normal host
application is not running. Also be aware that a replication tool cannot
connect to the database on an embedded setup from a foreign host unless you
also have it accessible by a server which defeats the embedded setup.
Alan