Progressdb Openedge to Azure SQL DB using .NET App with ODBC Connector

Rama Gilaka 41 Reputation points
2022-09-20T22:09:30.843+00:00

Hi I am new to ProgressDB Openedge.

Is it possible to copy tables from Progress openedge DB to Azure SQL DB Using .NET Apps(console app with SQLBulkcopy) with ODBC Connector(Progress)?

Please recommend/guide,

Thank you

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-09-20T22:59:14.907+00:00

    Hi, @Rama Gilaka

    First, the Azure SQL Database Migration Assistant does not support Progress Database.

    And since what you're trying to do is completely custom, I think you can copy it into the table.
    There are no custom migration guides.
    Just create a standard data access application.

    Another option is to use the Progress to SQL Server utility to migrate the Progress Database to SQL Server. It may be easy to migrate from here to Azure SQL Database.

    https://community.progress.com/s/article/P86066

    However, I don't know the status of the latest Progress to SQL Server utility, so you should check it out.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.