Re: still: using fetchrow_hashref()

2001-06-27 Thread Chas Owens
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

Re: still: using fetchrow_hashref()

2001-06-27 Thread Marcus Willemsen
Thanks tried the row count with SELECT COUNT(*) and it works perfectly Thanks a lot

Re: still: using fetchrow_hashref()

2001-06-26 Thread Chas Owens
""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