Re: Res: Res: [Harbour] tmysql and scripts

2010-04-14 Thread Viktor Szakáts
> 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

Res: Res: [Harbour] tmysql and scripts

2010-04-14 Thread Fernando Athayde
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