MySQL Query failing with format.
#1

Hi,

I am having some problems since I just changed my MySQL Plugin to the R7 and am having problems with the query.

So, here is the code ( the mysql_query is line 467):
pawn Код:
format(query, sizeof(query),"INSERT INTO playerdb (username,password,score,money,factionid,deaths) VALUES ('%s',md5('%s'),%d,%d,%d,%d)",playerdb[playerid][username],inputtext,1,5000,0,0);
        mysql_query(query);
And this is what I get from the compiler

Код:
.pwn(467) : error 017: undefined symbol "mysql_query"
I am using BlueG's R7 MySQL Plugin, tried to look up some help within the thread, but it was no help for me.
Reply


Messages In This Thread
MySQL Query failing with format. - by FalconWingsX - 07.12.2012, 07:21
Re: MySQL Query failing with format. - by Djole1337 - 07.12.2012, 08:18
Re: MySQL Query failing with format. - by FalconWingsX - 07.12.2012, 08:30
Re: MySQL Query failing with format. - by Vince - 07.12.2012, 09:28
Re: MySQL Query failing with format. - by InfiniTy. - 07.12.2012, 11:24

Forum Jump:


Users browsing this thread: 1 Guest(s)