Subject | Re: Embedded firebird problems |
---|---|
Author | danielsovino |
Post date | 2008-01-18T04:11:58Z |
i think so, from
http://firebirdsql.org/pdfmanual/Using-Firebird_(wip).pdf, is that's
what you mean.
i had to keep both files, fbclient.dll and fbembed.dll in order to get
it to work as well, is this normal?
i uninstalled superserver before doing this to avoid corrupting the fdb...
daniel
/
1. Copy fbembed.dll into your application directory. Rename it to
fbclient.dll or gds32.dll, depending
on what your application expects as a Firebird client filename. Many
applications still look for gds
32.dll. Firebird command-line tools like isql and gbak â" which you can
also run against the embedded
server â" want fbclient.dll. You can also make copies with both names.
2. Also copy firebird.msg and ib_util.dll to your application
directory. Copy aliases.conf if
your application uses aliases to connect. The configuration file
firebird.conf is only needed if you
want to change the Firebird root directory; this will be discussed later.
3. For Firebird 2 or higher, copy the icu*.dll libraries too.
/
http://firebirdsql.org/pdfmanual/Using-Firebird_(wip).pdf, is that's
what you mean.
i had to keep both files, fbclient.dll and fbembed.dll in order to get
it to work as well, is this normal?
i uninstalled superserver before doing this to avoid corrupting the fdb...
daniel
/
1. Copy fbembed.dll into your application directory. Rename it to
fbclient.dll or gds32.dll, depending
on what your application expects as a Firebird client filename. Many
applications still look for gds
32.dll. Firebird command-line tools like isql and gbak â" which you can
also run against the embedded
server â" want fbclient.dll. You can also make copies with both names.
2. Also copy firebird.msg and ib_util.dll to your application
directory. Copy aliases.conf if
your application uses aliases to connect. The configuration file
firebird.conf is only needed if you
want to change the Firebird root directory; this will be discussed later.
3. For Firebird 2 or higher, copy the icu*.dll libraries too.
/