Jan 24, 2007 #1 donny750 Programmer Jul 13, 2006 145 FR hi, I've q question; Is it possible to connect to a DB2 database with php , like a connection to mysql ?? Thanks
hi, I've q question; Is it possible to connect to a DB2 database with php , like a connection to mysql ?? Thanks
Jan 24, 2007 #2 jpadie Technical User Nov 24, 2003 10,094 FR you can always use odbc if drivers exist for your platform. or you can use the direct support built into php if this support has been compiled in. see this manual reference http://fr.php.net/manual/en/ref.ibm-db2.php Upvote 0 Downvote
you can always use odbc if drivers exist for your platform. or you can use the direct support built into php if this support has been compiled in. see this manual reference http://fr.php.net/manual/en/ref.ibm-db2.php