Michel,

It means that ODBC support is not enabled in your PHP instance.
Check the output of phpinfo(); for ODBC.

If this is *nix, you need to link in an ODBC Driver Manager (such as
iODBC, see the PHP HOWTO at www.iodbc.org) and install an ODBC Driver.

If this is Windows, you need to uncomment the ODBC dll statement in the
php.ini.

Hope this helps!

Best regards,
Andrew Hill
Director of Technology Evangelism
OpenLink Software  http://www.openlinksw.com
Universal Data Access & Virtuoso Universal Server

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, June 18, 2002 9:20 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] [php][odbc_connect]

Hi everyone,

what this message means:
Fatal error: Call to undefined function: odbc_connect() in
/path/to/file.php

thx for helping

Regards from Switzerland,

Michel Buchmann



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to