Hi all,
I make a mysql query using mysql_query(..). I then use mysql_store_result(..) to get a MYSQL_RES *result_set. I then run mysql_fetch_row(..) repeatedly over the set to do something or other.
My question is is it possible to reset to the beginning of the MYSQL_RES *result_set so that I can run mysql_fetch_row(..) over it again later on?
Cheers!
Jo
I make a mysql query using mysql_query(..). I then use mysql_store_result(..) to get a MYSQL_RES *result_set. I then run mysql_fetch_row(..) repeatedly over the set to do something or other.
My question is is it possible to reset to the beginning of the MYSQL_RES *result_set so that I can run mysql_fetch_row(..) over it again later on?
Cheers!
Jo