Subject | Re: [firebird-support] Using firbird in client application and in server |
---|---|
Author | Kirill Nesterenko |
Post date | 2008-12-05T04:28:11Z |
From: "kishon_dvora" <ceo@...>
For embedded setup you need to have these files in your application folder:
fbclient.dll (rename to gds32.dll if needed)
firebird.msg
icudt30.dll
icuin30.dll
icuuc30.dll
Microsoft.VC80.CRT.manifest
msvcp80.dll
msvcr80.dll
See
http://www.firebirdsql.org/rlsnotesh/install210.html#install2-win32-embed
> Some of my applications use firebird server in stand alone mode. Other"Standalone" - you mean embedded?
> use it only as client(I use ado.net for database access in these
> applications)
> My question-
> What tools/libraries/software (with regard to firebird) should I
> install in
> the PC's in each case?
For embedded setup you need to have these files in your application folder:
fbclient.dll (rename to gds32.dll if needed)
firebird.msg
icudt30.dll
icuin30.dll
icuuc30.dll
Microsoft.VC80.CRT.manifest
msvcp80.dll
msvcr80.dll
See
http://www.firebirdsql.org/rlsnotesh/install210.html#install2-win32-embed
> RegardsKirill.
> I. Lesher