日期:2014-05-16 浏览次数:21015 次
Set cn = CurrentProject.Connection Set Rs = cn.Execute("Select * From Table_Name", 50, adCmdText) do while not rs.eof S(i, 1) = Rs(1) rs.movenext loop rs.close