Converting this to MYSQL R7/cache?
#1

Well I was able to learn how to convert the other things (logging in, etc) But this is a bit confusing and I got no idea how to do it.

pawn Код:
stock GetFreeBizID()
{
    mysql_query("SELECT NULL FROM businesses");
    mysql_store_result();
    new rows = mysql_num_rows();
    mysql_free_result();
    return rows;
}
Anyone able to give me a hand?
Reply


Messages In This Thread
Converting this to MYSQL R7/cache? - by 101 - 16.10.2013, 20:52
Re: Converting this to MYSQL R7/cache? - by Scenario - 16.10.2013, 21:03
Re: Converting this to MYSQL R7/cache? - by 101 - 16.10.2013, 21:10

Forum Jump:


Users browsing this thread: 1 Guest(s)