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

Quote:
Originally Posted by Vince
Посмотреть сообщение
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
Thanks a lot!!!!!
samp mysql is pretty hard
thanks for helping!
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: 1 Guest(s)