28.4.3 Analyzing Query Results (cont.)
MYSQL_ROW
is an array of C-style strings
Convert to
strings
immediately
To obtain the
i
th
field of a row:
string field = row[i];
prev
|
top
|
next