Page 1 of 1

odbc_connect returns null

Posted: Fri Sep 20, 2002 7:51 am
by carstos
Hello,

I want to connect with a database access using odbc_connect.
DSN is good.
But this code:

<?php
echo($id=odbc_connect("DSN_NAME","",""));
?>

The result is null, nothing. No connection id is returned and no error displayed. WHY? I really don't understand.
Please help.