Subject Re: [Embedded 2.x] Compiling statically with Delphi?
Author pokka_chi
--- In firebird-support@yahoogroups.com, "Fred"
<langenscheidts2007@...> wrote:

> Thanks everyone. I'll do some tests to see if run-time-extraction is
> reliable; Otherwise, I'll provide the DLL.
>

Fred,

I suggest you can try the JEDI VCL components which are free and open
source. It has a component called JvDataEmbedded which you can store
the dll into it at design time. To save the dll into a directory at
runtime, you just need to call the DataSaveToFile method.

PK