아마도 세가지 문제 모두 이것과 관계가 있는 것 같네요.
파이어버드 1.5를 정상적으로 설치하셨다면, 레지스트리에서
HKEY_LOCAL_MACHINE\SOFTWARE\Firebird Project\Firebird Server\Instances
이 키 아래에 DefaultInstance라는 문자열 값이 있습니다. 아마 처음 설치하셨던 디렉토리로 되어있을 겁니다.
새 디렉토리로 설정해주시면 될 거 같군요.
그럼...
김유중 님이 쓰신 글 :
: 헉... 힘드네요...
:
: Firebird 1.5를 설치를 하니 c:\program files\firebird\firebird_1_5로 설치가 되더군요.
:
: c:\firebird라는 디렉토리를 만들어서 모두 복사한 다음
: instreg i
: instsvc i
: copy fbclient.dll c:\windows\system32 -> client library
: copy gds32.dll c:\windows\system32 -> fbclient.dll 로 redirect
: 를 해주었는데
:
: 1. ibconsole를 실행하면
: server has not started... 라는 메시지가 나오고 start를 누르면
: cannot start local interbase라고 나오네요..
: 뭘 해야 하는지
:
: 2. 기존에 Firebird 1.02에서 만들었던 프로그램을 실행하면
: unavailable database
: 라고 나오면서 접속도 되지 않네요
:
: 3. Fbconfigmanager를 실행하면
: Firebird server is not installed on Your Computer
: 라고 나오면서 실행이 안되네요..
:
: 제가 뭐 잘못한것 있나요?
|