Remember that count(*) will only work in those cases where nothing gets
inserted in the time between the two select statements. You may
experience odd bugs. Comment the area around this code well.
On 27 Jun 2001 16:20:29 +0200, Marcus Willemsen wrote:
> Thanks tried the row count with SELECT C
Thanks tried the row count with SELECT COUNT(*) and it works perfectly
Thanks a lot
""rows""
$rv = $sth->rows;
Returns the number of rows affected by the last row affecting
command, or -1 if the number of rows is not known or not availĀ
able.
Generally, you can only rely on a row count after a
non-"SELECT" "execute" (for some specifi