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
#2

ConnectionHandle is simply the number returned by mysql_connect.
Reply
#3

ohh ok that make sense so
pawn Code:
new connectionHandle = mysql_connect(/*info".............."*/);
mysql_function_query(connectionHandle,//so on
gona try it out tnx
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)