连接数据库,连接表aa,要将aa表中bb字段的所有记录添加到数组myarr()中,用for循环:'rs是记录集for i=1 to rs.recordcountif not rs.eof thenmyarr(i-1)=rs("bb")end ifif not rs.eof then rs.movenextnext