php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9224 odbc_errormsg not implimented?
Submitted: 2001-02-12 08:16 UTC Modified: 2001-04-16 22:59 UTC
From: c at downes dot com Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.4pl1 OS: WinNT
Private report: No CVE-ID: None
 [2001-02-12 08:16 UTC] c at downes dot com
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?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-16 22:59 UTC] kalowsky@php.net
Works fine in the latest CVS.  Try the 4.0.5 RC or latest CVS and see if it continues... if so, please reopen the bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC