Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBI Fetchrow_arrayref warning reason

Status
Not open for further replies.

ankurbarua

Programmer
Jan 16, 2008
1
US
i am getting a strange warning from fetchrow_arrayref in DBI.
The warning goes like below -

DBD::Oracle::st fetchrow_arrayref warning: (err=0, errstr=undef, state=undef) [for Statement "
select......

Does anyone know why i am getting this error message? how to get rid of this warning ?

thanks much.
ankur
 
Can we see the code from your script where you are trying to fetch the row?

--Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top