ibconsole은 기본적으로 interbase 서버를 찾기때문에 Firebird를 인식하지 못합니다.
그러나 방법이 없는것은 아니지요.
방법은
로컬로 접속하면 접속이 되지 않습니다. 리모토로 접속하세요...
127.0.0.1 로 접속하면 됩니다.
김유중 님이 쓰신 글 :
: 헉... 힘드네요...
:
: 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
: 라고 나오면서 실행이 안되네요..
:
: 제가 뭐 잘못한것 있나요?
|