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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: c at downes dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 08:01:30 2025 UTC