View Contact | MySQL Not Loopp
#4

Quote:
Originally Posted by Vince
Посмотреть сообщение
Like I already said in another topic, either use mysql_retrieve_row or mysql_fetch_row, but not both at the same time. Both functions advance the row pointer so you'll end up with one row skipped, one row loaded, one row skipped, ...

pawn Код:
while(mysql_fetch_row(data))
{
    // sscanf( ... )
}
Thanks you helped me fix my issue. +REP, though I don't think it'll help much.
Reply


Messages In This Thread
View Contact | MySQL Not Loopp - by mrtms - 08.01.2013, 04:05
Re: View Contact | MySQL Not Loopp - by mrtms - 08.01.2013, 04:59
Re: View Contact | MySQL Not Loopp - by Vince - 08.01.2013, 05:08
Re: View Contact | MySQL Not Loopp - by mrtms - 08.01.2013, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)