My dear , I'm using Unidac in my application in Delphi 7 to access my database , which can be in Firebird or Postgres .
I wonder if like me change within a UniQuery SQL containing specific functions of a bank (EXECUTE BLOCK firebird for example).
And as a legacy system , there is already widely in use system "Execute block" and I wonder how in exchange for a similar PostGres .
Thank you in advance for all .
Exchanging specific commands in SQL Firebird/Postgres
Re: Exchanging specific commands in SQL Firebird/Postgres
You can replace code blocks in the SQL query that are specific for Firebird/PostgreSQL using UniDAC macros. See more details in our documentation: https://www.devart.com/unidac/docs/?unisql.htm