Data replication to MS SQL

caomca

New Member
Hi All,

I'm new to Progess Database but an experience developer in MS SQL. I'm looking for the best way to replicate data from Progress to MS SQL database.

Thanks
 
From Progress to MS SQL: Depending on your versions of Progress/OpenEdge and MS SQL that you use Progress can offer you the MS SQL data server product which allows applications written in 4GL to - more or less - use an MS SQL database in a natural, Progress way.

You might visit www.progress.com and look up their product availability guide to see whether the versions you use are supported.


HTH, RealHeavyDude.
 
I'm using Progress Open Edge 10 ver 10.0B for Linux X86 32-bits.

Basically I have a mobile application that interact with the Progress database and I want that after the data has been inserted in Progress to run a procedure that replicate the data to SQL
 
Then you're choice is the MS SQL dataserver product from Progress. On the database level you could use the replication triggers - but you must code the replication.

HTH, RealHeavyDude.
 
Back
Top