| print_r hanging on ref cursor [message #870564] |
Tue, 08 May 2012 14:32  |
Wendy Penfold Messages: 4 Registered: May 2012 Location: Ithaca, NY |
Junior Member |
|
|
I'm a newbie to Eclipse. When I try to use a print_r to output the results from a cursor, it never finishes. If I end execution of the script, then some data will appear, but not all of it. It doesn't appear to be any particular row that is causing a problem. Any ideas what I'm missing here?
$rs = $conn->ExecuteCursor("BEGIN :rc := sz_reslife_test.control_view_all; END;",'rc');
while ($arr = $rs->FetchRow()) print_r($arr);
|
|
|
|
Powered by
FUDForum. Page generated in 0.01611 seconds