_RecordsetPtr的MoveFirst, MoveLast, MoveNext, 与 MovePrevious 方法

The MoveFirst Method
MoveFirst方法

This method is used to move to the first record in a Recordset object. It also make the first record the current record.
Method方法的作用是:将记录指针移动到记录集中的第一条记录。它以第一条记录作为当前记录。

Note: Calling MoveFirst or MoveLast when the Recordset is empty generates an error.
注意:当记录集为空时,请求MoveFirst或MoveLast将产生一个错误。

The MoveLast Method
MoveLast方法

This method is used to move to the last record in a Recordset object. It also make the last record the current record.
Method方法的作用是:将记录指针移动到记录集中的最后一条记录。它以最后一条记录作为当前记录。

Note: Calling MoveFirst or MoveLast when the Recordset is empty generates an error.
注意:当记录集为空时,请求MoveFirst或MoveLast将产生一个错误。

Note: An error will occur if the Recordset object does not support bookmarks or backward cursor movement.
注意:如果记录集对象不支持书签或不能向后移动指针,那么将产生错误。

The MoveNext Method
MoveNext方法

This method is used to move to the next record in a Recordset object. It also make the "next" record the current record.
Method方法的作用是:将记录指针移动到记录集中的下一条记录。它以下一条记录作为当前记录。

Note: If you call this method when the current record is the last record, it generates an error.
注意:当当前记录指针位于最后一条记录时,如果你请求这个方法,将产生错误。

The MovePrevious Method
MovePrevious 方法

This method is used to move to the previous record in a Recordset object. It also make the "previous" record the current record.
Method方法的作用是:将记录指针移动到记录集中的上一条记录。它以上一条记录作为当前记录。

Note: An error will occur if the Recordset object does not support bookmarks or forward cursor movement.
注意:如果记录集对象不支持书签或不能向前移动指针,那么将产生错误。

Note: If you call this method when the current record is the first record, it generates an error.
注意:当当前记录为记录集中第一条记录时,如果你请求该方法,那么它将产生一个错误。

Syntax
语法 objRecordset.MoveFirstobjRecordset.MoveLastobjRecordset.MoveNextobjRecordset.MovePrevious
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值