일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- aspnet
- windows
- DataGrid
- ASP
- Winform
- MSSQL
- 프로시저
- replace()
- javascript
- 마이크로소프트
- 엑셀
- 태그를 입력해 주세요.
- 윈도우
- c#
- MS
- oracle
- jQuery
- 윈폼
- attr()
- SSRS
- 비주얼스튜디오
- 자바스크립트
- 오라클
- CONVERT()
- 리포팅서비스
- IIS
- Excel
- 단축키
- 이클립스
- microsoft
Archives
- Today
- Total
목록Server.CreateObject (1)
DJ메탈짱™의 Free Style
[ASP] SAP 접속하기. (DCOM 아님)
' 함수객체선언 Set SAPFNC = Server.CreateObject("SAP.Functions") ' 이름 : SAP 연결정보 ' 내용 : DCOM은 Windowos2008 R2 64bit환경에서는 지원이 되지 않아 SAP Object 사용하여 연결Sub SAPConnection() Set RFCCON = SAPFNC.Connection sDestIp = "서버IP" sDestClient = "501"sDestNum = "10" With RFCCON .ApplicationServer = sDestIp .Client = sDestClient .User = "접속아이디" .Password = "접속암호" .Language = "ko" .SystemNumber = sDestNum .SAPRouter =..
일(job)/MS(Microsoft)
2016. 1. 11. 16:28