PHP and IBM DB2 - ODBC-Functions not found

wxdqz

New Member
Hallo,

first I configured php-4.0.2 with --with-ibm-db2=... and got errors, when
compiling php - the type SQLHANDLE in php_odbc.h is not known.

Then I tried php-3.0.16 with --with-ibm-db2=... and got the same errors.
After adding --disable-unified-odbc the installation works fine, but now
I can't connect to my database. If I try odbc_connect(...) I get the following
error:

Fatal error: Call to unsupported or undefined function odbc_connect()

What can I do? Who can help?
 
Back
Top