-2

Please I need to synchronize two databases one in Progress OpenEdge and the other is in SQL Server so that I have the same data in both databases.

Do you have any idea if it is possible? If so: how can we do this?

Tom Bascom
  • 13,405
  • 2
  • 27
  • 33
  • Never heard or "Progress", do you mean "postgresql"? Are you a programmer? If so, what language? Or are you asking for software suggestions, which is against the rules of this web site? – Steve Nov 18 '15 at 23:49
  • Progress is a full language / application platform - see progress.com for the company site. Do you want to synchronize the DB once, or as an ongoing process? – Tim Kuehn Nov 18 '15 at 23:58
  • I need to synchronize both DB (SQL Server and Progress OpenEdge) each 5 min for exemple – user3928031 Nov 22 '15 at 18:59

1 Answers1

0

For live replication Progress Software offers something called "OpenEdge Pro 2" - a software for replicating an OpenEdge database into SQL Server. See link below.

For a one off there are multiple ways of dumping data in different formats. How to do this depends very much on your capabilities, the structure of the database etc.

https://www.progress.com/openedge/features/openedge-pro2

Jensd
  • 7,886
  • 2
  • 28
  • 37