sql="select * from tb"
rs.open sql,cnn,1,3
if not rs.eof then
while not rs.eof
debug.print rs("zd1')
rs.movenext '经常地在写程序时疏忽掉该句,而引起死循环操作
wend
end if
rs.open sql,cnn,1,3
if not rs.eof then
while not rs.eof
debug.print rs("zd1')
rs.movenext '经常地在写程序时疏忽掉该句,而引起死循环操作
wend
end if
…
转载请注明 :IT樵客

