Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » print_r hanging on ref cursor
print_r hanging on ref cursor [message #870564] Tue, 08 May 2012 14:32 Go to next message
Eclipse UserFriend
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);
Re: print_r hanging on ref cursor [message #870579 is a reply to message #870564] Tue, 08 May 2012 16:15 Go to previous message
Eclipse UserFriend
Figured this out...needed to increase the buffer size...
Previous Topic:Setting up XDebug
Next Topic:Where is the Design View?
Goto Forum:
  


Current Time: Wed Jul 23 11:15:06 EDT 2025

Powered by FUDForum. Page generated in 0.07227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top