Distribute the application created with dbexpress

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
douglasfranciscon2
Posts: 1
Joined: Wed 06 Feb 2019 18:03

Distribute the application created with dbexpress

Post by douglasfranciscon2 » Wed 06 Feb 2019 18:05

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.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Distribute the application created with dbexpress

Post by MaximG » Fri 08 Feb 2019 16:36

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.

Post Reply