MySQL R40 - Retrieving Multiple Rows and Splitting Data
#2

You can retrieve many rows by using a loop.

pawn Код:
for (new i, j = cache_num_rows(); i != j; i++)
{
    // cache functions to retrieve the data.
    // "i" will be the rowid.
}
If you want help with the list too, post an example of how the list would look like.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)