Another mysql error -.-
#2

Assuming the version of the mysql you're using is from the latest versions, the first argument is the connection handle and the second is the query.

pawn Код:
// global:
static SQL = -1;

// connecting:
SQL = mysql_connect(...);

// use of it:
mysql_query(SQL, Query);
Reply


Messages In This Thread
Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:10
Re: Another mysql error -.- - by Konstantinos - 27.05.2014, 14:14
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:15
Re: Another mysql error -.- - by rappy93 - 27.05.2014, 14:18
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:22
Re: Another mysql error -.- - by rappy93 - 27.05.2014, 14:25
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:45
Re: Another mysql error -.- - by youssefehab500 - 27.05.2014, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)