Subject | Re: [firebird-support] New user with problems with an embedded database |
---|---|
Author | Elmar Haneke |
Post date | 2009-09-25T14:49:22Z |
Reinout schrieb:
embedded it is usually named fbembed.dll, for client it is named
fbclient.dll. Both libraries can be renamed as required, perhaps it has
the name of the interbase client lib.
To make the embedded program act as client it should be sufficient to
replace the library. The application should connect to an server running
on the same machine afterwards. If the program does specify an relative
pathname for database it might be necessary to move the file.
Elmar
> Because it's an embeddedEmbedded database and Client-operation does differ in the DLL used. For
> database, I'm not able to connect to it with another app while the
> other one is using it. Is there any way of circumventing this?
embedded it is usually named fbembed.dll, for client it is named
fbclient.dll. Both libraries can be renamed as required, perhaps it has
the name of the interbase client lib.
To make the embedded program act as client it should be sufficient to
replace the library. The application should connect to an server running
on the same machine afterwards. If the program does specify an relative
pathname for database it might be necessary to move the file.
Elmar