MySQL Error.. - 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 Error.. (
/showthread.php?tid=601761)
MySQL Error.. -
alexanderjb918 - 26.02.2016
[CODE]C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(26906) : error 017: undefined symbol "mysql_function_query"
C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(26907) : error 017: undefined symbol "mysql_function_query"
C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(47581) : error 017: undefined symbol "mysql_function_query"
Код:
dbHandle = mysql_connect(DB_SERVER,DB_USER,DB_DB,DB_PASS);
mysql_function_query(dbHandle,"CREATE TABLE IF NOT EXISTS textlabel(t_id_ int,t_text varchar(228),t_color_ varchar(23),t_x float,t_y float,t_z float",false,"","");
mysql_function_query(dbHandle,"SELECT * FROM textlabel",false,"_loadTextLabel","");
Lines of errors
Re: MySQL Error.. -
Sew_Sumi - 26.02.2016
Код:
undefined symbol "mysql_function_query"
Means you are using functions that haven't been defined.
If that's part of the MySQL plugin you are using, you need to check you've got the right version of it, and that you have the include in the right folder.
Re: MySQL Error.. -
Kar - 26.02.2016
Download this plugin and include.
https://sampforum.blast.hk/showthread.php?tid=56564
Include a_mysql to your script.
mysql_function_query -> mysql_tquery
--
How to never get these errors again 101:
Don't edit scripts.
"Semi-Professional Scripter.
Lead developer for CITYLIFEROLEPLAY.NET/CL-RP." .. semi-professional? s: