Can I include the driver in my project?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
Eden0928
Posts: 62
Joined: Sun 22 Apr 2012 14:08

Can I include the driver in my project?

Post by Eden0928 » Wed 02 May 2012 08:39

My project export execute file to Client.
It must add "dbexppgsql40.dll" to client.

Can I to write "uses" code include the dll in my project?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Can I include the driver in my project?

Post by AlexP » Wed 02 May 2012 09:04

Hello,

If you are using Delphi 2007 and higher and you also have a version of our dbExpress driver with the source code, you can build the driver into your application. ReadMeSrc.txt file contains directions on building the driver into the application, section "CodeGear RAD Studio 2007 and higher, dbExpress driver for PostgreSQL built-in version".

Post Reply