D
David Abdala
Guest
Hello, several years ago (7) we built our own PDO classes that uses a PHP-Java bridge in order to use the JDBC driver provided by Progress. It's still working very well in several production sites, with different bridges and different PHP versions. I'm not sure if that development is "publishable" (I'm finding out right now), but is not so complicated (the PDO part at least). The "problem" with this approach is that access to Progress database is through SQL broker, which is different to ABL broker, so "no ABL triggers available". If the database uses triggers, you need to implement those triggers with Java too, and that is poorly documented (specially the Java classes available to the trigger). I let you know if that development gets published.
Continue reading...
Continue reading...