SA-MP Forums Archive
error 017: undefined symbol "mysql_pquery" - 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: error 017: undefined symbol "mysql_pquery" (/showthread.php?tid=643997)



error 017: undefined symbol "mysql_pquery" - Cookland - 01.11.2017

Any help appreciated!

C:\Users\blahblah\rev 1.5.10.5.pwn(3426) : error 017: undefined symbol "mysql_pquery"
C:\Users\blahblah\rev 1.5.10.5.pwn(3997) : error 017: undefined symbol "mysql_pquery"
C:\Users\blahblah\rev 1.5.10.5.pwn(4052) : error 017: undefined symbol "mysql_pquery"
C:\Users\blahblah\rev 1.5.10.5.pwn(466 : error 017: undefined symbol "mysql_pquery"
C:\Users\blahblah\rev 1.5.10.5.pwn(5039) : error 017: undefined symbol "mysql_pquery"
C:\Users\blahblah\rev 1.5.10.5.pwn(12632) : error 017: undefined symbol "mysql_pquery"

Line 3426
Quote:

mysql_pquery(ourConnection, fetchChars, "DB_ListCharacters", "i", playerid);

Line 3997
Quote:

mysql_pquery(ourConnection, chanquery);

Line 4054
Quote:

mysql_pquery(ourConnection, str);

Line 4668
Quote:

mysql_pquery(ourConnection, fetchChars, "DB_ListCharacters", "i", playerid);

Line 5039
Quote:

mysql_pquery(ourConnection, fetchChars, "DB_ListCharacters", "i", playerid);

Line 12632
Quote:

mysql_pquery(ourConnection, query);




Re: error 017: undefined symbol "mysql_pquery" - Abagail - 01.11.2017

Obvious first step would be updating your MySQL plugin (and include!) if you haven't done that yet.


Re: error 017: undefined symbol "mysql_pquery" - Cookland - 01.11.2017

Quote:
Originally Posted by Abagail
Посмотреть сообщение
Obvious first step would be updating your MySQL plugin (and include!) if you haven't done that yet.
Tried it!

Quote:

C:\Users\blahblah\rev 1.5.10.5.pwn(3259) : error 017: undefined symbol "cache_get_field_content_int"

Now just errors like this.


Re: error 017: undefined symbol "mysql_pquery" - AjaxM - 01.11.2017

If you are using MySQL R41, "cache_get_field_content_int" has been changed to "cache_get_value_int"


Re: error 017: undefined symbol "mysql_pquery" - Cookland - 01.11.2017

Quote:
Originally Posted by AjaxM
Посмотреть сообщение
If you are using MySQL R41, "cache_get_field_content_int" has been changed to "cache_get_value_int"
And this?

Quote:

"cache_get_data"

Quote:

"cache_get_field_content"

Quote:

"cache_get_value_int_ovrld"

Quote:

"cache_get_field_content_float"




Re: error 017: undefined symbol "mysql_pquery" - CXdur - 01.11.2017

Quote:
Originally Posted by Cookland
Посмотреть сообщение
And this?
Check this out:

https://sampforum.blast.hk/showthread.php?tid=616103


Re: error 017: undefined symbol "mysql_pquery" - Cookland - 03.11.2017

Still the same issues.