The online documentation at mysql.com for the C API Prepared Statement
Functions documents 3 functions:
mysql_stmt_row_seek
mysql_stmt_row_tell
mysql_stmt_data_seek
However, these functions seem to be missing from the API distributed
with 4.1.0 alpha, at least for Mac OS X. In addition, the function
"mysql_get_metadata" mentioned in the documentation is there but has a
different name (mysql_prepare_result).
Is the documentation out of date, or is the API out of date? What
release version is the documentation describing, and is there
documentation somewhere for 4.1.0 alpha? Finally, is there no way to
randomly access the rows in a prepared statement result set when one is
using mysql_stmt_store_result in 4.1.0 alpha?
Thanks for any help.