Subject Re: [firebird-support] Using firbird in client application and in server
Author Kirill Nesterenko
From: "kishon_dvora" <ceo@...>
> Some of my applications use firebird server in stand alone mode. Other
> 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?

"Standalone" - you mean embedded?

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

> Regards
> I. Lesher

Kirill.