in reply to
Re: sql record sets
in thread
sql record sets
finish() is not necessary here, since all rows have been fetched. This is necessary in a case where after fetching particular rows, you want to discard the rest.
Comment on
Re: Re: sql record sets
In Section
Seekers of Perl Wisdom