[PHP-DB] Using oci_execute

2008-09-29 Thread Walter Galvão
Hi, Im using the oracle instant client basic in my php app, with apache server. When a query returns few rows, there is no problem. Otherwise, the oci_execute method doesn return any records neither errors! How can i solve this problem?? My implementation: function executarSQL($conn, $stmt,

Re: [PHP-DB] Using oci_execute

2008-09-29 Thread Walter Galvão
there are lots of rows, or only when your query contains a certain kind of datatype? *When there are lots of rows.* Thanks! Chris On 9/29/08, Christopher Jones [EMAIL PROTECTED] wrote: Walter Galvão wrote: Hi, Im using the oracle instant client basic in my php app, with apache server. When