str_sql = " select * from aaaa "
If Not rs.eof Then
ArrCoaRows = rs.getrows
End If
rs.close
Set rs = Nothing
CoaCols = UBound(ArrCoaRows,1) '컬럼
CoaRows = UBound(ArrCoaRows,2) '로우
For rowCnt = 0 To CoaRows
For colCnt = 0 To CoaCols
response.wirte ArrCoaRows(colCnt, rowCnt) '0,0 1,0 거의 구구단과 흡사
Next
Next


::: 사람과 사람의 교감! 人터넷의 첫 시작! 댓글을 달아주세요! :::