Problem with mysql_retrieve_row()
#2

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))
    {
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)