Mysql_Query error
#1

Код:
error 035: argument type mismatch (argument 1)
This line error
Код:
mysql_query(gQuery);
My a_mysql.inc is R38

How to change mysql_query(gQuery); to R38 query?
Reply
#2

https://sampwiki.blast.hk/wiki/MySQL/R33

mysql_query(conhandle, query[], bool:use_cache = true)
Reply
#3

But real code what?
Example
mysql_query(gQuery);
Reply
#4

pawn Код:
connectionHandle = mysql_connect(...);
mysql_query(connectionHandle, gQuery);
Reply
#5

Very thanks working
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)