From: [EMAIL PROTECTED] Operating system: AIX4.3.3 PHP version: 4.2.3 PHP Bug Type: Informix related Bug description: Can't get date from INFORMIX VIEW
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 bug report at http://bugs.php.net/?id=21162&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21162&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21162&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21162&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21162&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21162&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21162&r=support Expected behavior: http://bugs.php.net/fix.php?id=21162&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21162&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21162&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21162&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21162&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21162&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21162&r=isapi