Code: Select all
$odbc = odbc_connect ('...', '...', '...') or die('Could Not Connect to ODBC Database!');This is running on WinXP/IIS/PHP5, passwords, etc are not shown.Warning: odbc_connect() [function.odbc-connect]: SQL error: , SQL state 00000 in SQLConnect in C:\Documents and Settings\...\web\wc_cat1.php on line 2
Could Not Connect to ODBC Database!
I don't usually deal with MSAccess DB, but I need to deal with old data
before I can export it. ARRRGGG!
The ODBC error docs say that 00000 is a success code!?!?!?
Have you delt with this before?
Thanks,
- dstefani