Name

mysql_row_tell( )

Synopsis

MYSQL_ROW_OFFSET mysql_row_tell(MYSQL_RES *result)

This returns the pointer for the current position in a results set generated from the mysql_store_result( ) function. The value obtained can be used with mysql_row_seek( ) for changing the pointer while fetching rows. See the mysql_row_seek() function for an example of its use.

Get MySQL in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.