[PHP] Using oci_execute...

2008-09-29 Thread Walter Galvão
Hi, Im using the oracle instant client basic in my php app. 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, $consulta){ echo

[PHP] 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,