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 | 31 |
Tags
- VARIABLE
- SPLIT
- JavaScript
- 인젝션
- MSSQL보안
- 이미지가로길이
- FileSystemObject
- VarType
- WML
- sql업데이트
- 자바기초
- XML
- wap
- 이미지세로길이
- injection
- join
- ERD
- asp함수
- 한글입력체크
- javascript 한글입력체크
- sql랭킹
- array
- tempDB
- jdbc driver
- sql순위
- inner join
- update
- instr
- 정규식
- xmldom
Archives
- Today
- Total
목록프로시저실행문 (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