http://qs321.pair.com?node_id=276263


in reply to Re: Going to first record on a record set in DBI
in thread Going to first record on a record set in DBI

And, I almost forgot. You are using a "fetchrow" record. It does not exist. The methods at your disposal are "fetchrow_array," "fetchrow_arrayref," or "fetchrow_hashref."

Not true. The fetchrow() method does indeed exist and works quite well. It returns an array of the current row like fetchrow_array()

Granted, the DBI documentation should be updated to reflect that.

Lobster Aliens Are attacking the world!