ODAC and replication

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
saidus
Posts: 78
Joined: Wed 26 Oct 2005 09:54
Location: Algeria

ODAC and replication

Post by saidus » Thu 18 Aug 2011 09:26

Hello friends //
I'm wondering if someone have an idea about writing a simple replication program with odac (2 databases in 2 different servers ) so one is master and will replicate all new data to the second
thanks / :)

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 18 Aug 2011 14:07

Hello,

It's better to solve problems with replication using standard server tools, because it's very difficult to create an application for correct data replication.

Post Reply