Core Function MySQLFetchReset
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> MySQLFetchReset( <mysql data> ) </pre> === Description === Reset the current position in the table rows to 0. === Parameters === ==== mysql data ==== The MySQL data ob...")
Newer edit →
(Created page with "<pre> MySQLFetchReset( <mysql data> ) </pre> === Description === Reset the current position in the table rows to 0. === Parameters === ==== mysql data ==== The MySQL data ob...")
Newer edit →
Revision as of 18:36, 1 December 2011
MySQLFetchReset( <mysql data> )
Contents |
Description
Reset the current position in the table rows to 0.
Parameters
mysql data
The MySQL data object to use such as one returned form MySQLFill().
Return Value
Success: Returns 1.
Failure: Returns 0.
Remarks
None.
Example
See MySQLConnect() for an example to this.