SQL = "select * from table명"
Set rs = dbconn.execute(SQL)
- 불러온 id값 저장
id = Trim(rs("id"))
'Programming > Asp' 카테고리의 다른 글
[ASP] DB update (0) | 2014.05.15 |
---|---|
[ASP] DB insert (0) | 2014.05.15 |
[ASP] DB 설정 (0) | 2014.05.15 |
[ASP] 로그인 후 세션 설정 (0) | 2014.05.15 |
[ASP] include 선언 (0) | 2014.05.15 |