ID:               21162
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kprzemek at coig dot katowice dot pl
 Status:           Closed
 Bug Type:         Informix related
 Operating System: AIX4.3.3
 PHP Version:      4.2.3
 New Comment:

You need to check what the error is. 
if $res_zlec is 0, you can get the error message using:

print ifx_errormsg();




Previous Comments:
------------------------------------------------------------------------

[2003-01-08 01:00:55] 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".

------------------------------------------------------------------------

[2002-12-23 10:43:49] [EMAIL PROTECTED]

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



------------------------------------------------------------------------

[2002-12-23 05:04:31] 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




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=21162&edit=1

Reply via email to