TUniQuery and FireBird 3
Posted: 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
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