php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #21162 Can't get date from INFORMIX VIEW
Submitted: 2002-12-23 05:04 UTC Modified: 2003-08-12 06:30 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: kprzemek at coig dot katowice dot pl Assigned:
Status: Closed Package: Informix related
PHP Version: 4.2.3 OS: AIX4.3.3
Private report: No CVE-ID: None
 [2002-12-23 05:04 UTC] kprzemek at coig dot katowice dot pl
I'm trying to get date from VIEW using ifx_query or ifx_prepare (ifx_do). Every time those functions return me result_id=0
...
$q_zlec="SELECT * FROM v_zlec";

$rez_zlec=ifx_query($q_zlec,$conn_id);
printf("Rez:%d", $rez_zlec); <== always 0
....
Przemek



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-23 10:43 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2003-01-08 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2003-08-12 06:30 UTC] nobbie@php.net
You need to check what the error is. 
if $res_zlec is 0, you can get the error message using:

print ifx_errormsg();


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC