开发者

Cursor position at EOF and BOF

Where is the Position of cu开发者_开发技巧rsor in recordset.EOF and recordset.BOF. Any explanation or link info is appreciated much.


Here are some ref:

  • Recordset::EOF
  • Recordset::BOF


If you are wondering why, for example, a loop has not exited with movenext when you hit the last record, it is not yet EOF, movenext again and you will hit EOF. The same, of course, applies for the other direction and BOF.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜