firebird2.0 embedded.
I am not quite sure if i installed correctly and where are the differences between embedded libs and server libs needed to run application.
For embedded mode i downloaded
Firebird-2.0.0.12654-0_embed_win32
and then copied all following files to my project dir.
Code: Select all
fbclient.dll (fbembed.dll > fbclient.dll)
ib_util.dll
icudt30.dll
icuin30.dll
icuuc30.dll
firebird.conf
firebird.msg
intl\fbintl.dll
intl\fbintl.conf
udf\fbudf.dll
HOSTNAME=''
user='sysdba'
pwd='masterkey'
database='path to my fdb file'
Is the above correct for embedded mode, but why the erange error then?
What libs also to copy to app dir if i wanna use server mode and embedded mode in my app (different connections but at same time)
Tx for help.