Subject RE: [firebird-support] Embedded Server replication
Author Alan McDonald
>
> Anyone knows how to replicate data from Firebird Embedded Server to
> Firebird Server in Delphi ?
>

since noone has responded....
embedded allows only one connection (ie. one application can make multiple
connections but only one application at a time can connect to the db).
To do what you want means you need to disconnect your application and run a
replicator or include the replicator logic on your application.
Do you want to replicate 2 way? If so, then you will need your locally
connected replicator to run for both directions, you won't be able to run
the replication process to a remote embedded server.
Maybe this will prompt your further thought on this subject.
Alan