Hi,

I've been using the return value of $sth->execute(); (in Perl DBI) to
determine if I have a result set. I'm not using the value I get back but am
assuming that if it's >=1 then I have some results.

Is this a safe thing to do with MySQL?

And

The results do actually seem to be correct for the number of records I get
back. Should this be the case? Is it reliable?

Thanks,


Jeff


---------------------------------------------------------------------
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to