View full record during inserting the new one in joined tabels

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
szefik
Posts: 1
Joined: Thu 05 Nov 2020 17:02

View full record during inserting the new one in joined tabels

Post by szefik » Thu 05 Nov 2020 17:05

Hi,
Probably is very simple answer for my question.
I'm using IBDAC TIBQuery wihch display dates from two joined tabels for example A and B and tabele B is like detail for master A . I set update action for table B. Everyting works great, but only what I need is during inserting record to table B I want to see values from table A in the inserting record. I do know that after commit I can see whole record filled, but I need to see them durring inserting.
Is there any option for that?

Thanks,

Andy

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: View full record during inserting the new one in joined tabels

Post by oleg0k » Fri 13 Nov 2020 15:23

Hello,
Unfortunately, IBDAC doesn't have any options to do that.

wbr, Oleg
Devart Team

Post Reply