MySQL Functions?!
#5

pawn Код:
mysql_free_result();
mysql_store_result();
Are depreciated in R38.

while,

pawn Код:
mysql_num_rows();
is now:
pawn Код:
cache_num_rows(connectionHandle = 1);
read a few pages back (from the last page) of the release topic you'll see this

Quote:
Originally Posted by maddinat0r
Посмотреть сообщение
They do since R7. You have to delete the cache manually though if you are using "cache_save" or "mysql_query".

EDIT:
Whoops, forgot that there were also uncached queries in R7. Results are cleared automatically since R21.
Reply


Messages In This Thread
MySQL Functions?! - by TheBosss - 21.03.2014, 19:16
Re: MySQL Functions?! - by Mattakil - 21.03.2014, 19:49
Re: MySQL Functions?! - by TheBosss - 21.03.2014, 19:50
Re: MySQL Functions?! - by Mattakil - 22.03.2014, 01:31
Re: MySQL Functions?! - by DobbysGamertag - 22.03.2014, 02:04
Re: MySQL Functions?! - by AceFlyer - 22.03.2014, 02:20
Re: MySQL Functions?! - by ryansheilds - 22.03.2014, 07:13

Forum Jump:


Users browsing this thread: 1 Guest(s)