Previous - dbRsRowCount Section Home - Database Next - dbRsMoveNext


dbRsMoveFirst ( )

Moves to the first record in the active recordset

Usage:

dbRsMoveFirst (object me)

Parameter:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.dbOpen( "Provider=MSDASQL;ExtendedAnsiSQL=2;DRIVER={Microsoft Access Driver (*.mdb)};Dbq="&the moviepath&"main" )
xtRose.dbRsOpen( 2, "Select * from Test" )
xtRose.dbRsMoveFirst( )

Notes:


Previous - dbRsRowCount Section Home - Database Next - dbRsMoveNext