I tried to access IBM DB and SAPDB from Linux/PHP. It seems that each System occupies the ODBC-Interface exclusiv. Are there any technics to deal with this restriction?
Thomas
Linux ODBC accessing two different DB Systems
Moderator: General Moderators
-
fractalvibes
- Forum Contributor
- Posts: 335
- Joined: Thu Sep 26, 2002 6:14 pm
- Location: Waco, Texas
It is a bit more difficult: When compiling PHP, the make process takes the first odbc-modules (i. e. SAPDB) and does not compile the others (DB2).
But the SAPDB-ODBC-Modules are not able to work with DB2.
When excluding SAPDB, the DB2-ODBC-Part is included correctly. I guess, they can't work with SAPDB (I did not even find a way to configure such a connection).
Thomas
But the SAPDB-ODBC-Modules are not able to work with DB2.
When excluding SAPDB, the DB2-ODBC-Part is included correctly. I guess, they can't work with SAPDB (I did not even find a way to configure such a connection).
Thomas