http://qs1969.pair.com?node_id=482955


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--
  • Comment on Re^2: using has_selected_record() of Net::MySQL