Thread

Posted on Wed Dec 6 01:58:27 2006 by losing
Fetching data
Does DBD::Oracle not have a fetch_row or fetch_array subroutine that returns an array? Does fetching require you to bind paramaters?
Direct Responses: 3718 | Write a response
Posted on Wed Dec 6 15:34:06 2006 by byterock in response to 3711
Re: Fetching data
Nothing to do with DBD::Oracle actually as this is the DBI part of the code And yes there is a such a thing check out Batch fetching in the DBI pod there are lots of options such as fetchrow_arrayref, fetchall_arrayref and selectall_arraryref By the way you would be much better off posting your question to dbi-users@perl.org (you don't need to subscribe in order to post, and you won't be automatically subscribed either as very few people use this form for dbi or driver support. dbi-users is where you'll get the best support
Write a response