Subject | RE: [firebird-support] Embedded Server replication |
---|---|
Author | Alan McDonald |
Post date | 2005-11-24T23:00:40Z |
>since noone has responded....
> Anyone knows how to replicate data from Firebird Embedded Server to
> Firebird Server in Delphi ?
>
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