SA-MP Forums Archive
mysql_free_result - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: mysql_free_result (/showthread.php?tid=558236)



mysql_free_result - Bondage - 16.01.2015

I think "mysql_free_result" no longer existing in R33+, so what would be the function for it in the latest version.


Re: mysql_free_result - vassilis - 16.01.2015

I would like to learn that too ..! also mysql_store_result and mysql_num_rows doesnt exist too so if anyone could give a reply to this it would be good


Re: mysql_free_result - xVIP3Rx - 16.01.2015

cache_delete(cacheid, connection handle);

Quote:
Originally Posted by vassilis
Посмотреть сообщение
I would like to learn that too ..! also mysql_store_result and mysql_num_rows doesnt exist too so if anyone could give a reply to this it would be good
cache_save(connectionHandle=1);

cache_get_data(&num_rows, &num_fields, connectionHandle = 1)



Re: mysql_free_result - vassilis - 16.01.2015

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
and what about mysql_num_rows ?
EDIT:just saw you edited your reply. thanks for feedback i guess you helped us !