티스토리 뷰
1 2 3 4 5 6 7 8 9 10 11 | <% set dbcon = Server.CreateObject("ADODB.Connection") dbcon.Open "Driver={MySQL ODBC 5.1 driver}; Server=localhost; Database="&dbName&"; Uid="&dbId&";Pwd="&dbPasswd&";" query = "SELECT test_field FROM test_table WHERE where_field = 'xxx' LIMIT" Set Rs = dbcon.execute(query) While Not Rs.EOF test_field = Rs.Fields("test_field") Rs.MoveNext Wend %> | cs |
'프로그래밍' 카테고리의 다른 글
Python 포트 스캔(socket, threading, Queue, gc, optparse) (0) | 2017.01.03 |
---|---|
ASP aspJSON 사용하여 JsonArray Sorting 하기 (0) | 2016.12.07 |
ASP UTF-8 파일 읽고 출력 (0) | 2016.12.07 |
ASP 유용한 사용자 정의 함수 (0) | 2016.12.07 |
PHP Recursive copy & mkdir function (0) | 2016.12.01 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- error
- code
- Ansible
- RESTful
- MariaDB
- 이슈처리
- httpd
- 외부링크
- command
- deview
- 예제
- Python
- limits
- Module
- File
- PowerShell
- Linux
- example
- 번역
- Windows
- monitoring
- mysql
- 명령어
- 코드
- client
- check
- apache
- configuration
- Web
- engineering
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함