Ok, I'm stumped. I get this error when I try to connect to an MS Access
database through ODBC:
Warning: SQL error: , SQL state 00000 in SQLConnect in
c:\inetpub\wwwroot\help\lib\connect.inc on line 2
I'm stumped because if you look up that error code, it stands for success.
Hmm, error code? Here's the connect I'm using (username and password
changed of course):
$cid = odbc_connect("help_database", "username", "password",
"SQL_CUR_USE_ODBC");
Any ideas? Thanks for any help.
Kevin Sayre
--
PHP Windows 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]