Does PHP support DB2 anyhow?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
sverrir
Forum Newbie
Posts: 2
Joined: Sat Jun 15, 2002 5:02 pm

Does PHP support DB2 anyhow?

Post by sverrir »

Are there maybe any libraries allowing coupling between PHP and DB2 (IBM Universal Database, e.g. 7.2 )

Thanks,

Sverrir
User avatar
AVATAr
Forum Regular
Posts: 524
Joined: Tue Jul 16, 2002 4:19 pm
Location: Uruguay -- Montevideo
Contact:

ODBC

Post by AVATAr »

You can use ODBC to connecto to DB2

http://www.php.net/manual/en/ref.odbc.php


good luck
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

wfung
Forum Newbie
Posts: 2
Joined: Tue Nov 19, 2002 9:18 am

Re: Does PHP support DB2 anyhow?

Post by wfung »

sverrir wrote:Are there maybe any libraries allowing coupling between PHP and DB2 (IBM Universal Database, e.g. 7.2 )

Thanks,

Sverrir

Hi: I am trying to connect PHP/IBM DB2V8.1 with Apache Web server and had some success. I followed Dan Scott's publication but I got 'Not Found' error after issuing ODBC_connect.

Have you got any success in your DB2 adventure? If you do, I appreciate you can drop me a line. thanks!

William Fung
wfung@castel.com
978-236-1000 x604
Post Reply