BlueG simple MySQL load question.
#3

That will only load half the results because both mysql_retrieve_row and mysql_fetch_row_format advance the row pointer. So you'll end up with one row loaded, one row skipped, one row loaded, one row skipped ... Fetch the row in the while clause. Delete mysql_retrieve_row.
Reply


Messages In This Thread
BlueG simple MySQL load question. - by Kaaajmak - 04.01.2013, 19:37
Re: BlueG simple MySQL load question. - by [HiC]TheKiller - 04.01.2013, 19:40
Re: BlueG simple MySQL load question. - by Vince - 04.01.2013, 19:57
Re: BlueG simple MySQL load question. - by Kaaajmak - 04.01.2013, 20:03
Re: BlueG simple MySQL load question. - by Kaaajmak - 04.01.2013, 20:06

Forum Jump:


Users browsing this thread: 2 Guest(s)