일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 윈도우
- 이클립스
- Excel
- oracle
- 프로시저
- aspnet
- 비주얼스튜디오
- 오라클
- jQuery
- MSSQL
- microsoft
- 자바스크립트
- 윈폼
- 리포팅서비스
- 단축키
- windows
- SSRS
- javascript
- Winform
- CONVERT()
- 태그를 입력해 주세요.
- ASP
- IIS
- MS
- c#
- 마이크로소프트
- 엑셀
- replace()
- DataGrid
- attr()
Archives
- Today
- Total
목록DB결과 (1)
DJ메탈짱™의 Free Style
[ASP] Active Server Pages (ASP) - 데이터 중복 체크방법
Dim title, dbconn, rs, sqlDup title = Request.Form("title") Set dbconn = server.CreateObject("ADODB.connection") Set rs = Server.CreateObject("ADODB.RecordSet") dbconn.Open "##", "##", "###" ' title은 중복검사를 하고자 하는 폼에서 입력된 값. sqlDup = "SELECT 중복검사필드 FROM 테이블명 WHERE 중복검사필드='" & title& "'" rs.Open sqlDup, dbconn IF NOT rs.EOF OR NOT rs.BOF THEN Response.Write "" Response.End END IF rs.Close SET rs =..
일(job)/MS(Microsoft)
2016. 1. 8. 17:46