Greetings All... Not looking for a detailed answer, just a nudge in the right direction. My situation:
We are customers of a company that created a suite of School and Business applications that run on an OpenEdge 10.2b database.
I have written a php script that makes a connection to the database using a system DSN (in my development environment on a local Windows workstation) and pulls data from just two tables on this database. No problem.
Here's the issue... This script works just fine on my development system, but our website is hosted by WPEngine. I've asked, but they are not willing to provide any sort of driver or system DSN to allow me to make this connection. So I'm stuck.
Looking at the server running these systems, I can see that there are Appservers and WebSpeed Brokers set up and running. Is there a way to leverage a WebSpeed broker to get the data I need from the database? Can this be called from a php script on another host?
I would appreciate any direction or suggestions.
Thanks.