Date: 06/18/02
- Next message: Lee Doolan: "[PHP-DB] Re: Date Comparsion"
- Previous message: Andrew Hill: "RE: [PHP-DB] MS Access DB Open as file ?"
- In reply to: Michel.Buchmann <email protected>: "[PHP-DB] [php][odbc_connect]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: Michel.Buchmann <email protected> [mailto:Michel.Buchmann <email protected>]
Sent: Tuesday, June 18, 2002 9:20 AM
To: php-db <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
- Next message: Lee Doolan: "[PHP-DB] Re: Date Comparsion"
- Previous message: Andrew Hill: "RE: [PHP-DB] MS Access DB Open as file ?"
- In reply to: Michel.Buchmann <email protected>: "[PHP-DB] [php][odbc_connect]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

