in reply to Re: using has_selected_record() of Net::MySQL
in thread using has_selected_record() of Net::MySQL
Hi,
get_affected_rows_length() will work only in case of 'update queries'. In 'select queries it will always return zero.
has_selected_record() returns true or false as written in the specifications at CPAN.
Thanks for the effor though :-),
Ranjan
--Let Logic Rule--
get_affected_rows_length() will work only in case of 'update queries'. In 'select queries it will always return zero.
has_selected_record() returns true or false as written in the specifications at CPAN.
Thanks for the effor though :-),
Ranjan
--Let Logic Rule--
|
---|
In Section
Seekers of Perl Wisdom