Ok, I get the following error when attempting to connect to an MS Access
database:
Warning: SQL error: , SQL state 00000 in SQLConnect in
c:\inetpub\wwwroot\help\lib\connect.inc on line 2
I have the following as my connect:
$cid = odbc_connect("database", "username", "password");
and I looked up that error code, and it claims that the 00000 is a success
error code, so what's with that? Anyone else had this problem? I'm running
this on an IIS server also.
Thanks,
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]