COnvert SQL Server to Progress

As long as there is a MS SQL Data Server version available for your version of Progress/OpenEdge that supports the version of MS SQL Server you are using it is straightforward. You can either keep the data in the MS SQL Server database and develop ABL code against the schema holder or pull the data from the MS SQL Server database.

Which versions of MS SQL Server are supported with your Progress/OpenEdge version can be found in the product availability guide which you can find here:

Anything else pretty much means that you need to roll your own: Dump the data in ASCII format out of the other database and import it manually (with your own program) into the Progress/OpenEdge database.

Heavy Regards, RealHeavyDude.
 
Back
Top