You are here : cpp0mysql_field_tell

mysql_field_tell() - 0

 Returns the position of the field cursor used for the last
        mysql_fetch_field(). This value
        can be used as an argument to
        mysql_field_seek().mysql_fetch_field()mysql_fetch_field()mysql_field_seek()mysql_field_seek()


Syntax

MYSQL_FIELD_OFFSET mysql_field_tell(MYSQL_RES
        *result)


Example

 


Output / Return Value

 The current offset of the field cursor.


Limitations


Alternatives / See Also


Reference