|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-23 10:43 UTC] iliaa@php.net
[2003-01-08 01:00 UTC] php-bugs at lists dot php dot net
[2003-08-12 06:30 UTC] nobbie@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 12:00:02 2025 UTC |
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