php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6092 odbc_num_rows()
Submitted: 2000-08-10 22:34 UTC Modified: 2000-08-10 22:44 UTC
From: kaikeung at crosswinds dot net Assigned:
Status: Closed Package: ODBC related
PHP Version: 4.0.1pl2 OS: Windows 98SE
Private report: No CVE-ID: None
 [2000-08-10 22:34 UTC] kaikeung at crosswinds dot net
The odbc_num_rows() is unworkable  when I try to access Visual FoxPro 6.0 database free tables with ODBC driver. Nothwithstanding, other PHP function related to ODBC access seems properly work.

Also the printf() using space as padding specifier is unfunction, but it works fine when using other string.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-10 22:44 UTC] kara@php.net
Have you read the description of odbc_num_rows() in the manual? 
It won't work with select statements for most databases.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 09:01:31 2024 UTC