Master/Detail

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Karen

Master/Detail

Post by Karen » Wed 24 Aug 2005 21:56

Using latest version of ODAC and Delphi 2005 for development. Converting from BDE.

We have 8 tables that are linked master/detail relationship. When we want to insert records to table 2 and all the table downwards we reset the master source on the 2 table (i.e table2.mastersource=2). The second table has around 100,000 records. With ODAC when we reset mastersource it tries to open table2 again and it takes a long time to load records. Is there anyway to insert record without reopening the table again. We were able to do this with Delphi 6 & BDE.

Thanks,

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Thu 25 Aug 2005 11:41

We got your request and now examines the problem.
Unfortunately now we couldn't give you any information.
As soon as we solve the problem, we'll let you know.

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Fri 26 Aug 2005 09:49

We reproduced your problem and fixed it. This fix will be included in the next ODAC build.

Post Reply