Previous - dbRsMovePrevious Section Home - Database Next - dbRsRowData


dbRsMoveLast ( )

Moves to the (end) last record in the active recordset

Usage:

dbRsMoveLast (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.dbRsMoveLast( )
xtRose.dbRsMovePrevious( )

Notes:


Previous - dbRsMovePrevious Section Home - Database Next - dbRsRowData