DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-row-tell

Info Catalog (mysql.info) mysql-row-seek (mysql.info) c-api-functions (mysql.info) mysql-select-db
 
 22.2.3.58 `mysql_row_tell()'
 ............................
 
 `MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result)'
 
 *Description*
 
 Returns the current position of the row cursor for the last
 `mysql_fetch_row()'. This value can be used as an argument to
 `mysql_row_seek()'.
 
 You should use `mysql_row_tell()' only after `mysql_store_result()',
 not after `mysql_use_result()'.
 
 *Return Values*
 
 The current offset of the row cursor.
 
 *Errors*
 
 None.
 
Info Catalog (mysql.info) mysql-row-seek (mysql.info) c-api-functions (mysql.info) mysql-select-db
automatically generated byinfo2html