Hello Guys!
Does anyone know if PHP has native support for Progress databases?
if not, then, will be a ODBC for do that?
Let me know please I'll really appreciate your help
Thanks in advance
** Jose gmata@campus.lag.itesm.mx
As long as you have postgres installed you can use --with-postgres in the configure step of installing PHP and you will have native support.
I don't think he was talking about PostgreSQL but another database called Progress.
I don't believe PHP has support for Progress but yes, you should be able to connect with ODBC
test
It looks like someone made a connection from PHP to a Progress DB. I'm trying to do this on a Red Hat linux 7.2 server (both apache and progress installed on the same server).
Can anyone share which odbc drivers worked and what configuration was used??
Thanks