简体   繁体   中英

Connect a Progress database using php and ODBC

I am developing a project using PHP 7.3 for one of my customers. My app will need to connect to a Progress database. So far I am using DataDirect to do that. It is a free trial version. It uses an ODBC driver. https://www.progress.com/odbc

Do you know if there is another way to connect to a Progress database? One free way?

Thank you.

The Progress OpenEdge DB is a commercial product and the licensing is (usually, mostly) based on connections or users. So, no there is no free way to connect and if your application is adding users or connections then the license auditing team at Progress will probably find that interesting.

However the ODBC drivers are free to properly licensed users with a current maintenance contract so you should be able to easily convert the trial to a full time license. Someone might need to contact Progress to get it available on the customer's download site.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM