Subject Re: Help with embedded server and Delphi
Author Adam
--- In firebird-support@yahoogroups.com, "Antti Kurenniemi"
<Antti@A...> wrote:
>
> Hello all.
>
>
> I'm looking for some information as to how to use the embedded server
> (1.5.2) with Delphi (2005), but with little success. Is there any
> documentation about how to get started, or some website or some such?
>

There is no difference between connecting to embedded server than
connecting to any other Firebird database.

First you need to choose a connection component set. The following
website lists a couple.

http://www.fbtalk.net/viewtopic.php?id=196

You can download the embedded zip file, and rename fbembedded.dll to
fbclient.dll or gds32.dll depending on which components you are using.

You then just set the connection string to be the physical path of the
database.

Adam