類的屬性可以使用屬性過程Property Let和Property Get,如果您會(huì)使用Public變量,一定會(huì)說:在類模塊中使用一個(gè)Public變量來替代Property Let和Property Get過程不是一樣的嗎?比如:
Public Property Let UserNam ...
下面這個(gè)竅門將教會(huì)你如何加速數(shù)據(jù)庫的訪問速度,當(dāng)人們要讀取一個(gè)數(shù)據(jù)庫時(shí)往往會(huì)這么做:
Do while not records.eof
combo1.additem records!
records.movenext
loop
經(jīng)常遇到的問題是每次數(shù)據(jù) ...