Help with MySQL
#1

I've started to learn MySQL today, i worked with this tutorial https://sampforum.blast.hk/showthread.php?tid=160971 .
I made db,tables and other things. I compiled it and there weren't errors or warnings, i downloaded R7 update of MySQL, and pawno throw's me errors :

Код:
\mysql.pwn(369) : error 017: undefined symbol "mysql_query"
\mysql.pwn(393) : error 017: undefined symbol "mysql_query"
\mysql.pwn(434) : error 017: undefined symbol "mysql_query"
A friend of mine told me that i have to replace mysql_query with mysql_function_query, and i don't know how to do that.

I have this

Код:
new string[128];
	format(string, sizeof(string), "SELECT * FROM Korisnici WHERE Ime = '%s'", account);
    mysql_function_query(string);
I have 4 query's for now, can anyone show me only one, and i'll try to do others..

Thank you!
Reply


Messages In This Thread
Help with MySQL - by ivanVU - 30.06.2012, 10:49
Re: Help with MySQL - by marquezsanchez - 30.06.2012, 11:16
Re: Help with MySQL - by CoaPsyFactor - 30.06.2012, 11:17
Re: Help with MySQL - by Calabresi - 30.06.2012, 11:29
Re: Help with MySQL - by CoaPsyFactor - 30.06.2012, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)