Mysql error
#1

I get this error
Код:
Argument type mismatch (argument 3)
On this line
Код:
new Cache: resultoccc = mysql_query(handle,  "INSERT INTO `clans` (`clanName`) VALUES('%s')", string2);
Can someone help me to fix this error?
Reply
#2

Anybody? I really need this fixed!
Reply
#3

Maybe this will work.
Код:
query[160],
format(query, sizeof(query), "INSERT INTO `clans` (`clanName`) VALUES('%s')", string2);
mysql_tquery(g_iHandle, query);
What MySQL plugin do you use?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)