ASP-GetRows-를-이용한-필드-길이와-로우-길이-구해보기1 [ASP] GetRows 를 이용한 필드 길이와 로우 길이 구해보기 Set rs = Server.CreateObject("ADODB.RecordSet") array = rs.GetRows colLength = UBound(array,1) rowLength = UBound(array,2) 2016. 3. 4. 이전 1 다음