Re: mysql_num_rows() on Solaris

2003-03-13 Thread Paul DuBois
At 11:03 -0800 3/13/03, Hebron Mak wrote: I am attempting to use mysql_num_rows() after mysql_store_result(), but the return value is always 0. The documentation says that it will not work if I use it after mysql_use_result() without doing a fetch first, but I am doing a mysql_store_result() inste

mysql_num_rows() on Solaris

2003-03-13 Thread Hebron Mak
I am attempting to use mysql_num_rows() after mysql_store_result(), but the return value is always 0. The documentation says that it will not work if I use it after mysql_use_result() without doing a fetch first, but I am doing a mysql_store_result() instead, which should work right away. This se