Search   Feed   Browse   Add
Feed items 1 - 2 of 2 for May 2005

RE: Retrieving data from Oracle by Markiewicz, Andrew - May 31, 2005

I use fetchrow_hashref with Oracle successfully.Try specifying the case of the columns (uc or lc depending on preference orcurrent usage in the program): $sth->fetchrow_hashref(&39;NAME_lc&39;)-----Original Message-----From: sangeeth.vsmasconit.com mailto:sangeeth.vsmasconit.com Sent: Tuesday, May 31, 2005 9:36 AMTo: oracle-ociperl.orgSubject: Retrieving data from OracleSent by...
http://www.nntp.perl.org/group/perl.dbi.oracle-oci/2005/05/msg161.html

Retrieving data from Oracle by sangeeth.vs - May 31, 2005

Hi,I&39;m migrating a perl application in postgres to Oracle. Here, the data isbeing retrieved as below. while ($row = $sth->fetchrow_hashref()) push (list,$row); It looks like fetchrow_hashref() is not working with Oracle. But I&39;m ableto retrieve the data through fetchrow_array. Any idea whyfetchrow_hashref() is not working Is there any other alternative forfetchrow_hashref() How do I accomplish the above with any other fetchmethodsThanks in advance.Sangeeth
http://www.nntp.perl.org/group/perl.dbi.oracle-oci/2005/05/msg160.html
Available Archives
- January (8 items)
- May (2 items)
- June (1 item)
- July (2 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact