[PHP-DB] odbc and access

2002-01-11 Thread Berthelot
I want to connect to an access database via a dsn. Here is the code: ?php $db_link = odbc_connect(tatoo, , ); ? And I got the following error: Warning: SQL error: [Microsoft][Gestionnaire de pilotes ODBC] Source de données introuvable et nom de pilote non spécifié, SQL state IM002 in

RE: [PHP-DB] odbc and access

2002-01-11 Thread Andrew Hill
Data Integration Technology Providers -Original Message- From: Berthelot [mailto:[EMAIL PROTECTED]] Sent: Monday, January 07, 2002 11:57 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] odbc and access I want to connect to an access database via a dsn. Here is the code: ?php