[MySQL] How to get the next row data?
#2

pawn Код:
mysql_store_result(); // store result once, before processing
while(mysql_fetch_row_format(result2, " ")) // Are you sure you're using a space as delimiter?
{
    printf("result: %s", result2);
}
mysql_free_result(); // free result once, after processing
Reply


Messages In This Thread
[MySQL] How to get the next row data? - by jeffleung2 - 16.01.2014, 06:38
Re: [MySQL] How to get the next row data? - by Vince - 16.01.2014, 07:56
Re: [MySQL] How to get the next row data? - by jeffleung2 - 16.01.2014, 14:46

Forum Jump:


Users browsing this thread: 2 Guest(s)