Delphi 13.1
Never tried the POSTGRES before. Cannot build, compile or install DataAbstract_PostgresDACDriver_D37 = says missing PostgresDAC37.dcp
(Other drivers can be installed)
Thank you in advance
Delphi 13.1
Never tried the POSTGRES before. Cannot build, compile or install DataAbstract_PostgresDACDriver_D37 = says missing PostgresDAC37.dcp
(Other drivers can be installed)
Thank you in advance
Hi,
our installer doesn’t compile packages for drivers that use 3rd party libraries like PostgresDAC.
if you want to use this driver, just include uDAPostgresDACDriver into uses section of server data module.
this is enough.