Mysql problem
#1

Can someones help me? Then I used R5 mysql inc and plugin it worked fine,but now i using R7 and i got problems.

Error:

Код:
C:\Documents and Settings\Administrator\Desktop\Free-Roam\gamemodes\fr.pwn(157) : error 017: undefined symbol "mysql_query"
Line:

Код:
		mysql_query(Query);
I using BlueG's mysql plugin
Reply
#2

God... maybe someones can help? 4 threads and nothing...
Reply
#3

Do you have included a_mysql include file? What version you use?

// This forum requires that you wait 120 seconds between posts. Please try again in 35 seconds.
Reply
#4

Check the mysql_query macro in the mysql include. I had same problem.

I used it like this:
pawn Код:
mysql_query(Query, THREAD_LOADSOMETHING);
This would not work by default, so i had to change the macro to this:
pawn Код:
#define mysql_query(%1,%2) \
    mysql_function_query(gConnectionhandle, %1, false, "OnQueryFinish", "siii", %1, %2, -1, 1)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)