Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 인젝션
- update
- sql랭킹
- join
- asp함수
- wap
- JavaScript
- xmldom
- 자바기초
- instr
- ERD
- array
- VarType
- FileSystemObject
- sql순위
- 정규식
- 이미지세로길이
- SPLIT
- WML
- injection
- sql업데이트
- javascript 한글입력체크
- XML
- tempDB
- 한글입력체크
- 이미지가로길이
- VARIABLE
- jdbc driver
- inner join
- MSSQL보안
Archives
- Today
- Total
목록Record실행문 (1)
3초기억력
classic asp) ADODB.Command 사용하여 Query 하기
1. DB 객체 연결 Set db = Server.CreateObject("ADODB.Connection") strConnection ="Provider=sqloledb;Data Source=DB서버,포트;Initial Catalog=DB명;User ID=사용자명;Password=비밀번호;" db.CursorLocation = 3 db.Open strConnection 2. DB 프로시저 실행문 Set Cmd = Server.CreateObject("ADODB.Command") With Cmd .ActiveConnection = db .CommandText = "프로시저명" .CommandType = adCmdStoredProc .Parameters.Append .CreateParameter("@idx"..
플밍_ASP
2021. 3. 25. 10:16