TUniQuery and FireBird 3

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ozelaya2010
Posts: 5
Joined: Thu 09 May 2013 05:08

TUniQuery and FireBird 3

Post by ozelaya2010 » Mon 04 Jun 2018 15:18

Hi
I'm using Aurelius ORM wirth UniDac and FireBird 3. With the following SQL:
INSERT INTO SISTEMA_EVENTOS (FECHA, EVENTO, ID_USUARIO, ID_TIPO) VALUES (:A_FECHA, :A_EVENTO, :A_ID_USUARIO, :A_ID_TIPO) RETURNING ID

TUniQuery returns the ID value on a Param and Aurelius it looking for it on a Field Value(FireDac does this), is there a way to change this behaviour and set it to return it on a field value.

Thanks in advance,

Omar Zelaya

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TUniQuery and FireBird 3

Post by ViktorV » Wed 06 Jun 2018 09:02

This is a standard behavior of our components, which our users have been using for many years and its change will affect them all. And that's why we cannot change this behavior.
You can purchase UniDAC Professional Edition with source code and change this behavior.

frickler
Posts: 37
Joined: Wed 04 Apr 2018 08:30

Re: TUniQuery and FireBird 3

Post by frickler » Fri 08 Jun 2018 06:27

This has to be changed in Aurelius! They list UniDAC under "supported data access components" so they have to do it right.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TUniQuery and FireBird 3

Post by ViktorV » Fri 08 Jun 2018 06:43

Thank you for the interest in our products.
If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply