Successfully connect to DB2 using PHP NOT using ODBC?
问题 Need to know if 1) anyone successfully made a connection and 2)queried a remote DB2 server using PHP, and 3) if so how? I installed the PECL extension for db2 [db2] extension=ibm_db2.so but can't figure out how to use it. All the examples I find use ODBC style dsn, I don't want to use ODBC. UPDATE: According to documentation here (http://www.redbooks.ibm.com/abstracts/sg247218.html) it is nominally possible to use the ibm_db2 driver (sans ODBC) but the methodology described therein is either