mysql_function_query
#1

i use to work with MqSql but now the mysql_query is change to mysql_function_query
and ahving some problems

code
pawn Code:
new connectionHandle[100];
mysql_function_query(connectionHandle, "CREATE TABLE IF NOT EXISTS playerdata(user VARCHAR(24), score INT(20), money INT(20), IP VARCHAR(16) , TOS VARCHAR(16) )", false, "OnQueryFinish");
i dont want to set any information i just want to creat them for now so i get

Code:
error 035: argument type mismatch (argument 1)
which means im missing the formats which i dont want :X
Reply


Messages In This Thread
mysql_function_query - by park4bmx - 25.06.2012, 12:31
Re: mysql_function_query - by Vince - 25.06.2012, 12:34
Re: mysql_function_query - by park4bmx - 25.06.2012, 12:36

Forum Jump:


Users browsing this thread: 1 Guest(s)