[stackoverflow] [progress Openedge Abl] Make Odbc Connection In Php Script From Hosted Platform

Status
Not open for further replies.
T

TAndrews

Guest
We have a Progress OpenEdge 10 database on our local network holding... among other things... our warehouse inventory. I want to provide our staff with a simple way, on our website, to view/search this inventory. Our website is a WordPress site hosted on WPEngine. My plan is to do this with either a custom plugin, or just a simple php script. Either way... I need to make a connection to this local database in my php script.

Obviously... if the web server was ours ... I would simply install the Progress ODBC drivers and create a System DSN. But since WPEngine is hosting and they have indicated that they cannot provide the DSN, I'm not entirely sure what options I have to make this connection.

Worst case scenario is to build all of this on a local web server with the ODBC drivers and display it on our web site via iFrame, but we really are trying to clean up all local hosting of web stuff.

Any ideas?

Continue reading...
 
Status
Not open for further replies.
Top