mysql_format
#1

Hi guys !

i have problems with mysql_format and mysql_function_query

here is the code:
pawn Код:
// ERROR LINE -> mysql_format(1,string,"SELECT * FROM `Igraci` WHERE pProfil = '%s'",plname);
    mysql_function_query(1,string,false,"CheckAccountExists","s",plname);
and I get this error:
Код:
error 035: argument type mismatch (argument 3)
Reply
#2

pawn Код:
native mysql_format(connectionHandle, output[], len, format[], {Float,_}:...);
Checking the parameters might just help.
Reply
#3

Using format would be much faster.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)