Chapter 2 -- 56
Programmer’s Guide
"
"
"
"
Database.Close
VTS_NONE
Close
().
Closes an open database.
"
"
"
"
Database.MoveFirst
VT_BOOL or Boolean
MoveFirst
().
Repositions the current row pointer in the first row of the current
recordset and makes that row the current row.
"
"
"
"
Database.MoveLast
VT_BOOL or Boolean
MoveLast
().
Repositions the current row pointer in the last row of the current
recordset object and makes that row the current row.
"
"
"
"
Database.MoveNext
VT_BOOL or Boolean
MoveNext
().
Repositions the current row pointer in the next row of the
current recordset object and makes that row the current row.
"
"
"
"
Database.MovePrevious
VT_BOOL or Boolean
MovePrevious
().
Repositions the current row pointer in the previous row of the
current recordset object and makes that row the current row.
Object
Methods