New Help.
#1

I'm using lastest version of mysql, what's the problem i don't get it.

Код:
error 017: undefined symbol "mysql_store_result"
error 017: undefined symbol "mysql_num_rows"
error 017: undefined symbol "mysql_fetch_row_format"

mysql_store_result();
if(cache_num_rows() == 0) break;
else if(mysql_num_rows() != 0)
{
mysql_fetch_row_format(gQuery);
Reply
#2

Check this out: https://sampwiki.blast.hk/wiki/MySQL/R40
The function name are changed, for example mysql_num_rows(), now is cache_get_row_count(row_count).
Reply
#3

I have no idea what to change lol.

And, how do i know which ones are replaced with old ones if i can't rec name itself..
Reply
#4

Paste the query, i'll try to help you
Reply
#5

This ?

Код:
mysql_tquery(ppl_SQL, gQuery);
Reply
#6

The mysql_format too
Reply
#7

There is no such thing in my script. That's all i got.
Reply
#8

Well.. what query are you executing?

Maybe, you can tell me what are you trying to do
Reply
#9

....

mysql_tquery(ppl_SQL, "gQuery");
Reply
#10

Your code is incomplete, i don't understand.
So can you tell me what you have to do
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)