Page 1 of 1

Distribute the application created with dbexpress

Posted: Wed 06 Feb 2019 18:05
by douglasfranciscon2
If I get DBExpress for Postgres, how do I distribute the application to the computers where it is installed? Do I need to install the driver on each of them? I need distribute an DLL driver file? I use Delphi Tokyo.

Re: Distribute the application created with dbexpress

Posted: Fri 08 Feb 2019 16:36
by MaximG
For distribution of an application developed with dbExpress Driver for PostgreSQL Standard Edition, you need to deliver the dbexppgsql40.dll library. You do not need to install dbExpress drivers for that. In Standard Edition with source code, you can build in the code of the required library into the application - this relieves from the necessity of distributing any external libraries.