http://www.mungchung.com/xe/?mid=protip&category=3006&page=2&document_srl=3259
dim obj, i : i = 0
for each obj in pRs.Fields
Response.Write "Dim db_" & obj.name & "<br>"
next
Response.Write "<br>"
for each obj in pRs.Fields
Response.Write "db_" & obj.name & " = rs(" & i & ")<br>"
i = i + 1
next
End Sub
사용법 간단
Set rs = DBCon.Execute(쿼리문)
Call MakeRsVar(rs)
'asp' 카테고리의 다른 글
해외 IP 접속 차단하기 (0) | 2010.03.10 |
---|---|
가상디렉토리 (0) | 2010.03.03 |
CAPTCHA(completely automated public Turing test to tell computers and humans apart) (0) | 2010.03.03 |
ASP 정규식을 이용하여 문자열 패턴 적용하기 (0) | 2010.03.03 |
http://www.xx.xx/domain <ㅡ 이런식으로 주소 사용하기 (0) | 2010.03.03 |