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
SQLConnect in C:\Inetpub\wwwroot\php\first.php on line 11

I know it's written in french... sorry: that mean that the driver manager
can't find the data source but my dsn is correct.
Anyone can help me ?
 thanx.
            sam



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to