ASP [ASP] GetRows 를 이용한 필드 길이와 로우 길이 구해보기 Hwoarang757 2016. 3. 4. 09:58 Set rs = Server.CreateObject("ADODB.RecordSet") array = rs.GetRows colLength = UBound(array,1) rowLength = UBound(array,2) 저작자표시 (새창열림)