Subject Re: [firebird-support] Delphi and FB Embedded sample files?
Author Woody
From: "Helen Borrie" <helebor@...>
>
> Develop with the full server version and deploy with embedded; otherwise
> you will not be able to run your executable from the Delphi IDE.

This is not quite true. The only problem will be if you have a connection
open in the IDE and you try to run the program. You will get a conflict as
only one connection is allowed. Otherwise, it is perfectly fine to develop
using the embedded version. However, I do recommend following your advice
and using the server version for developing anyway as it makes things much
easier to work with.

Woody (TMW)