Page 1 of 1

Progress OpenEdge RDBMS connection

Posted: Fri 10 Aug 2018 09:00
by ertank
Hello,

I have a request from a customer that uses Progress OpenEdge database. I wonder if I can use UniDAC 7.3.9 to access and use that database. I have no direct access to that database & server and would like to be sure before giving an answer.

I appreciate some instructions, or a small code example if such a use is possible.

Thanks & regards,
Ertan

Re: Progress OpenEdge RDBMS connection

Posted: Wed 05 Sep 2018 13:08
by MaximG
There is no separate provider for working with Progress OpenEdge RDBMS in UniDAC. However, UniDAC allows you to work with any database if there is an ODBC driver to access it. The TODBCUniProvider component is used for this. A detailed sample of using TODBCUniProvider is described in our blog: http://blog.devart.com/developing-appli ... elphi.html