From: [EMAIL PROTECTED] Operating system: WinNT PHP version: 4.0.4pl1 PHP Bug Type: ODBC related Bug description: odbc_errormsg not implimented? I'm running Apache/PHP on WinNT 4.0 SP6a (Apache/1.3.14 (Win32) PHP/4.0.4pl1) accessing an Access 2000 database via ODBC When I use the following code: $error_message = odbc_errormsg(); I get the following error: Fatal error: Call to undefined function: odbc_error() in c:/apache/htdocs/odbctest2.php on line 7 There is reference in the bug reports that the odbc_error functions have been written, but it would seem that they are not available to me. Is this a Win32 issue? -- Edit Bug report at: http://bugs.php.net/?id=9224&edit=1 -- PHP Development 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]