Subject Re: [firebird-support] Delphi and FB Embedded sample files?
Author Helen Borrie
At 12:58 PM 31/07/2010, you wrote:
>Hi All,
>
>I am new to Firebird and I am struggling to get a basic set up working with the embedded version.
>
>It all works fine with the installed superserver service but I have shut that down as I want to use the embedded version for easier deployment.
>
>Can somebody please point me at some Delphi (D5) code examples. I searched here and the internet and found the zeos and IBO components. I found some stuff but it will not compile as it includes the Jedi components and they have abandoned D5.

Develop with the full server version and deploy with embedded; otherwise you will not be able to run your executable from the Delphi IDE. Use the InterBase code examples from Delphi 5, replacing the VCL components with their non-BDE equivalent. Zeos should be fine to work with for playing purposes; or you can download a trial version of the IBObjects components - which is a full working set that produces executables with nag screens.

This list is not about Delphi (or any other application interfaces): each of these has its own specialised list.

./heLen