Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:32 Go to next message
Wendy Penfold is currently offline Wendy PenfoldFriend
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);
Re: print_r hanging on ref cursor [message #870579 is a reply to message #870564] Tue, 08 May 2012 20:15 Go to previous message
Wendy Penfold is currently offline Wendy PenfoldFriend
Messages: 4
Registered: May 2012
Location: Ithaca, NY
Junior Member
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: Sat Apr 20 02:33:31 GMT 2024

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

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

Back to the top