Doubt Mysql
#1

in sqlite db_next_row(); is use in mysql which function is use beside
Reply
#2

There is no such thing in MySQL.

You should loop through the rows like this:

Код:
	new rows;
	cache_get_row_count(rows);

	for( new i; i < rows; i++ )
	{
		// i means the current row here.
		
		cache_get_value_index_int(i,0,ItemData[i][item_sqlid]);
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)