|
안녕하세요. 임동수입니다.
install shield 를 이용해서 Program 을 install 하고 *.exe을 실행시키면
DB와 접속하는 과정에서 error가 나네요. ^^.
환경
*개발 tool : Borland C++ Builder6
*DataBase : My sql(sockets 통신)
*Install tool : Install Shield-borland limited Edition
이와같은 환경에서
1. Install Package 만들기: 정상
2. 다른 컴퓨터에서 install : 정상
3. 다른 커퓨터에서 *.exe 실행: DB 접속과정에서 error
4. Error Message : An error occurred while attempting to initializing
the borland DataBase(error $2108)
5.나름대로의 해결책(^^);
1.install shield 의 files에 아래 경로 설정
- Program files-> commons files ->borland shared ->BDE을 설정. 필요한 file 첨가
2.install shield 의 registry에 아래경로 설정
- HKEY_LOCAL_MACHE ->SOFTWARE ->Borland ->database 첨부
* 1과2을 동시에 설정하면 정상적으로 작동은 되는데 너무 무식하죠.
다른 좋은 해결책이 있는것 같은데 알고 있으신분 정보를 나누어 주세요.^^
제가 install shield를 처음사용해서 어렵네요.
오늘도 행복한 하루되세요.
|