Problem with mysql_retrieve_row()
#3

Quote:
Originally Posted by Siralos
Посмотреть сообщение
Instead of this:
pawn Код:
while(mysql_retrieve_row())
    {
                new res[256];
                mysql_fetch_row(res);
Do this
pawn Код:
new res[256];
while(mysql_fetch_row(res))
    {
Wow) i am noob)) Thx you) FIXED))
Reply


Messages In This Thread
Problem with mysql_retrieve_row() - by kamilot73 - 12.09.2012, 11:08
Respuesta: Problem with mysql_retrieve_row() - by Siralos - 12.09.2012, 11:17
Re: Respuesta: Problem with mysql_retrieve_row() - by kamilot73 - 12.09.2012, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)