mysql_retrieve_row()
#2

You only need use the cache_* functions if the cache is enabled.
pawn Код:
new
    rows,
    fields;

cache_get_data(rows, fields);

for(new i; i < rows; i++)
{
    // load row data
}
Reply


Messages In This Thread
mysql_retrieve_row() - by Frede - 30.03.2013, 08:02
Re: mysql_retrieve_row() - by Vince - 30.03.2013, 09:57

Forum Jump:


Users browsing this thread: 2 Guest(s)