首页 相关文章 如何优化Access数据库

如何优化Access数据库

How to speed up database access

Here is a trick to loop through a recordset faster. Often when looping through a recordset people will use the following code:

Do While Not Records.EOF
Combo1.AddItem Records![Full Name]
Eecords.Movenext
LoopThe problem is that everytime the database moves to the next record it must make a check to see if it has reached the end of the file. This slows the looping down a great deal. When moving or searching throuch a large record set this can make a major difference. Here is a better wa...[ 查看全文 ]

2016-02-19 标签:

如何优化Access数据库的相关文章

手机页面
收藏网站 回到头部