SQL="select * from TableName"
Set Grs = connect.Execute(SQL)
totalCount=Grs.Fields("idx")
rsArray = Grs.GetRows()
totalCount= UBound(rsArray, 2) + 1
response.Write "<br>"
response.Write "totalCount: "&totalCount
'기존카테고리 > ASP' 카테고리의 다른 글
Getrows()_Function (0) | 2017.04.28 |
---|---|
GetRows 함수 (0) | 2016.07.07 |
2차배열 Ubound 함수 (0) | 2016.07.07 |
Sub 과 Function 사용 (0) | 2016.07.07 |
배열선언 Dim과 ReDim (0) | 2016.07.07 |