안녕하세요.
IBExpert를 사용 Firebird embed 1.5 의 dll을 이용하여 database file를 만들었습니다.
c:\xxx\test.gdb
IBExpert 에서는 접속 잘되고 table로 잘만들어 집니다..
델파이에서 IBDatabase컴포로 디자인 타임시에 접속하는 방법을 알고 싶습니다.
IBDatabase의 databasename := localhost:c:\xxx\test.gdb
로 몇일전까지 접속이 잘되었는데..
갑자기 c:\xxx\test.gdb is not a valid database란 에러가 나오네요..
물론 IBExpert에서는 잘 접속 됩니다..
컴파일후 실행화일 경로 아래에 gds32.dll(firebird embed용..)를 복사해 두고
IBDatabase의 databasename := c:\xxx\test.gdb 로 하면
실행시 접속 잘됩니다..
질문내용 정리 하겠습니다.
델파이 IBDatabase 사용 '디자인 타임시'에 test.gdb 접속을 gds32.dll(firebird embed용..)으로 접속하는 방법
(소스 변경이나 레지스트리 등 그외 방법 으로 dll의 경로를 지정하는 방법)
|