Progress OpenEdge RDBMS connection

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ertank
Posts: 172
Joined: Wed 13 Jan 2016 16:00

Progress OpenEdge RDBMS connection

Post by ertank » Fri 10 Aug 2018 09:00

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

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Progress OpenEdge RDBMS connection

Post by MaximG » Wed 05 Sep 2018 13:08

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

Post Reply