일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- oracle
- Winform
- 단축키
- 윈폼
- 오라클
- MSSQL
- replace()
- SSRS
- windows
- javascript
- microsoft
- IIS
- 엑셀
- 자바스크립트
- 이클립스
- 태그를 입력해 주세요.
- ASP
- 윈도우
- Excel
- 리포팅서비스
- CONVERT()
- 비주얼스튜디오
- attr()
- jQuery
- 프로시저
- aspnet
- c#
- MS
- DataGrid
- 마이크로소프트
Archives
- Today
- Total
목록SAP.Functions (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