[EMAIL PROTECTED] (Lukas Demetz) writes:
> Hi there, for a program I am building, which uses PostgreSQL as its
> backend, I want to embed the DB engine into the application's
> setup. Now I wonder if something like Firebird's "Embedded server"
> (a DLL ) is also available for PostgreSQL, or if ther
There is no reason why you couldn't just use Inno setup to include the
setup of your app and Postgresql in a single setup.
I do something similar with Firebird for a IM server with Inno setup, I
do not use the embedded "dll" version of Firebird either.
I plan to create a Inno setup for the win3
Hi there,
for a program I am building, which uses PostgreSQL as its backend, I
want to embed the DB engine into the application's setup. Now I wonder
if something like Firebird's "Embedded server" (a DLL ) is also
available for PostgreSQL, or if there are other ways to minimize or
remove compl