ASP :: 쿼리 결과를 배열에 자동으로 담기 SQL= "select empNo, empName from Employee" Set rs = dbCon.Execute(SQL) '//배열에 자동으로 모든 내용이 담겨집니다 if not rs.eof then 배열명 = rs.getrows() end if Note/그밖에 2011.08.22