Hello there!

I have some dataset got by the executing of some query. For example:

my $sth = $dbh->prepare('select * from sometable');
$sth->execute();

Going through this dataset by $sth->fetchrow_array() I need to go back inside this proccess. Sorry, but I have no idea how can I do this. How can I reset this dataset to move to the first record?

TIA.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>



Reply via email to