8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00

Document files required for fbembed.dll

This commit is contained in:
asfernandes 2006-03-06 01:00:02 +00:00
parent dc62143459
commit 6f2fdcd43d

View File

@ -58,8 +58,9 @@ Firebird 2.0 Embedded Server notes
3. USAGE 3. USAGE
Just copy fbembed.dll into the directory with your Just copy fbembed.dll, icudt30.dll, icuin30.dll and
application. Then rename it to either fbclient.dll or icuuc30.dll into the directory with your application.
Then rename fbembed.dll to either fbclient.dll or
gds32.dll depending on your database connectivity software. gds32.dll depending on your database connectivity software.
Then start your application and it will use the embedded Then start your application and it will use the embedded
server as a client library and will be able to access server as a client library and will be able to access
@ -68,17 +69,21 @@ Firebird 2.0 Embedded Server notes
If external libraries are required for your application, If external libraries are required for your application,
then you should have them separately. Most probably, it then you should have them separately. Most probably, it
will be INTL support (fbintl.dll) or UDF libraries. To will be INTL support (fbintl.dll and fbintl.conf) or UDF
be able to use them, you should place them into the libraries. To be able to use them, you should place them
directory tree which emulates the Firebird server one, into the directory tree which emulates the Firebird server
i.e. has subdirectories like /intl or /udf: one, i.e. has subdirectories like /intl or /udf:
c:\my_app\app.exe c:\my_app\app.exe
c:\my_app\gds32.dll c:\my_app\gds32.dll
c:\my_app\ib_util.dll c:\my_app\ib_util.dll
c:\my_app\icudt30.dll
c:\my_app\icuin30.dll
c:\my_app\icuuc30.dll
c:\my_app\firebird.conf c:\my_app\firebird.conf
c:\my_app\firebird.msg c:\my_app\firebird.msg
c:\my_app\intl\fbintl.dll c:\my_app\intl\fbintl.dll
c:\my_app\intl\fbintl.conf
c:\my_app\udf\fbudf.dll c:\my_app\udf\fbudf.dll
If you want to place the Firebird files (excluding the If you want to place the Firebird files (excluding the
@ -89,9 +94,13 @@ Firebird 2.0 Embedded Server notes
c:\my_app\app.exe c:\my_app\app.exe
c:\my_app\gds32.dll c:\my_app\gds32.dll
c:\my_app\ib_util.dll c:\my_app\ib_util.dll
c:\my_app\icudt30.dll
c:\my_app\icuin30.dll
c:\my_app\icuuc30.dll
c:\my_app\firebird.conf c:\my_app\firebird.conf
d:\fb\firebird.msg d:\fb\firebird.msg
d:\fb\intl\fbintl.dll d:\fb\intl\fbintl.dll
c:\fb\intl\fbintl.conf
d:\fb\udf\fbudf.dll d:\fb\udf\fbudf.dll
firebird.conf: firebird.conf: