Mysql Argument mismatch 1 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql Argument mismatch 1 (
/showthread.php?tid=521054)
Mysql Argument mismatch 1 -
Stuffs - 21.06.2014
I'm getting Argument mismatch argument 1 error from this...
mysql_query(query);
I'm using blueg r33 a_mysql and i get this error
Re: Mysql Argument mismatch 1 -
BroZeus - 21.06.2014
show where u declare "query"
it should be something like:
new querry[200];
Re: Mysql Argument mismatch 1 -
Konstantinos - 21.06.2014
https://sampwiki.blast.hk/wiki/MySQL/R33
The first argument is connection handle (integer).