Updating MySQL plugin
#3

Other plugin wasn't storing result after fetching, however their is mysql store if account is there.
pawn Код:
format( Query, sizeof( Query ), "SELECT * FROM `Accounts` WHERE `UserID` = '%d'", PlayerInfo[playerid][pDatabaseID] );
        if(mysql_query( Query ))
        {
            mysql_store_result();
mysql_get_field doesn't exist. This is R6.

And yes;
native mysql_fetch_field_row(string[],const fieldname[],connectionHandle = 1);
Reply


Messages In This Thread
Updating MySQL plugin - by EliteApple - 02.02.2014, 07:38
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 07:43
Re: Updating MySQL plugin - by EliteApple - 02.02.2014, 07:50
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 07:54
Re: Updating MySQL plugin - by iZN - 02.02.2014, 08:08
Re: Updating MySQL plugin - by EliteApple - 02.02.2014, 11:03
Re: Updating MySQL plugin - by alex9419 - 02.02.2014, 11:11
Re: Updating MySQL plugin - by EliteApple - 03.02.2014, 04:40
Re: Updating MySQL plugin - by alex9419 - 03.02.2014, 09:16

Forum Jump:


Users browsing this thread: 1 Guest(s)