ID: 10316 Comment by: subisiva at yahoo dot com Reported By: thomasj at cs dot uidaho dot edu Status: Closed Bug Type: ODBC related Operating System: Win 2000 PHP Version: 4.0.4pl1 New Comment:
Hi to all, I try to connect Php4 with Ms access 2000 using ODBC32 driver. but i cann't make a connection. It says a error Factal Error: Call to definition odbc_connect('Dsnname', ' ', ' ') undefinded. I don't know why its ? Please anyone can help me. Regards, suba Previous Comments: ------------------------------------------------------------------------ [2002-11-13 14:11:05] pinkey at freemail dot hu I have the same problem! This SQL STATE means that "Although successful execution of a function is normally indicated by a return value of SQL_SUCCESS, the SQLSTATE 00000 also indicates success." Acording to Microsoft :) Somewhere i read, that in these case the database is not found. You should configure ODBC some otherhow! I have a page, working on a server, but not on my own PC!!! ------------------------------------------------------------------------ [2001-05-07 11:04:46] [EMAIL PROTECTED] check that you don't need a username and/or password. this really isn't a bug, this is a misconfiguration issue. ------------------------------------------------------------------------ [2001-04-13 03:03:36] thomasj at cs dot uidaho dot edu I have installed PHP 4.0 and I try to connect to an MS Access database I get the following warning: Warning: SQL error: , SQL state 00000 in SQLConnect in c:\inetpub\wwwroot\Login.php on line 6 line 6 contains $cnx = odbc_connect( 'CID' , '', '' ); I have checked that the DSN CID does exists.. Some body please do help me.. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=10316&edit=1