MySQL plugin R39-3 // cache, bad loading
#2

Put
pawn Код:
cache_delete(result);
after }, not before it. This happened because you deleted the result right when the reading of the first row finished.

Also, replace
pawn Код:
for(new i; i < cache_get_row_count(); i++){
with
pawn Код:
for(new i, j = cache_get_row_count(); i < j; i++){
Reply


Messages In This Thread
MySQL plugin R39-3 // cache, bad loading - by bogushas - 30.03.2016, 18:36
Re: MySQL plugin R39-3 // cache, bad loading - by IstuntmanI - 30.03.2016, 19:37

Forum Jump:


Users browsing this thread: 2 Guest(s)