2016. 6. 10. 16:49 개발
64bit PC의 경우 UDL파일을 로드하면 64비트용 드라이버만 보여집니다.
아래와 같이 직접 32비트용 oledb 드라이버를 실행해 줘야 합니다.
C:\Windows\syswow64\rundll32.exe "C:\Program Files (x86)\Common Files\System\Ole DB\oledb32.dll",OpenDSLFile test.udl
귀찮으니 그냥 배치파일로 만들어놓고 사용하기로~
UDL_RUN.bat
@echo off
C:\Windows\syswow64\rundll32.exe "C:\Program Files (x86)\Common Files\System\Ole DB\oledb32.dll",OpenDSLFile test.udl
exit
첨부파일 두개를 같은 위치에 놓고 UDL_RUN.bat파일을 실행하면 32비트용 드라이버를 확인할 수 있습니다.~
c# string Split 응용 - KeyValuePair<>를 통해 인덱스 추가하기 (0) | 2018.02.05 |
---|---|
c# if 문 or 연산 중복 제거하기 (0) | 2017.07.12 |
64bit 컴퓨터에서 32bit 오라클 OLEDB 드라이버 로드하기 (0) | 2016.06.10 |
c# listview item 사라짐(disappear) 현상 해결방법 (0) | 2015.06.10 |
MS-SQL Linked server( DB-LINK) 설정 (0) | 2014.07.29 |
VS2010 에서 Dialog 클래스 생성후 가상함수 재정의시 (0) | 2013.06.03 |
Copyright ⓒ 지오아빠의 일상다반사 All Rights Reserved. | Designed by CMSFactory.NET
Recent Comments