Mysql Problem
#1

I changed Mysql Version From R6 To R39 but still didnt get what to use instead of those

Код:
mysql_num_rows
And
Код:
mysql_retrieve_row
Reply
#2

You'll be working only with threaded queries now.

These tutorials will help you:
https://sampforum.blast.hk/showthread.php?tid=337810
https://sampforum.blast.hk/showthread.php?tid=557276
Reply
#3

Try this:
Код:
new Cache:result = mysql_query(MySQL, "SELECT `id` FROM `players`");
new rows, fields;
cache_get_data(rows, fields);
printf("There are %d rows and %d fields in the current result set (aka cache).", rows, fields);
cache_delete(result);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)