> but mysql_query in hbmysql.c don´t loop for statements
> If you enable CLIENT_MULTI_STATEMENTS or CLIENT_MULTI_RESULTS, you should
> process the result for every call to mysql_query()or mysql_real_query() by
> using a loop that callsmysql_next_result() to determine whether there are
> more res
but mysql_query in hbmysql.c don´t loop for statements
If you enable CLIENT_MULTI_STATEMENTS or CLIENT_MULTI_RESULTS, you should
process the result for every call to mysql_query() or mysql_real_query() by
using a loop that calls mysql_next_result() to determine whether there are more
results. Fo