Somebody knows how, through PHP, access a Progress database?
Any suggestion, please send me.
Thanks for your attention, André Gustavo Pasold.
P.S.: Progress installed in Unix plataform.
Progress or Postresql? Just want to make sure what database you're talking about.
This may help
$conn=(pg_connect("host=enteryourhost port=enteryourport user=enteryourdbusername password=enteryourdbpassword dbname=enteryourdbname");
Put this into a functions.inc file and insert the appropriate information into the = to places and you should be okay.
Yes, Progress!!
There a database in Progress that I need to connect.
Maybe throught ODBC.
Thanks, but the database is Progress, not PostgreSQL.