TOraQuery MasterSource

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mikeho
Posts: 41
Joined: Thu 11 Nov 2004 21:23
Location: Middle Tennessee USA

TOraQuery MasterSource

Post by mikeho » Wed 17 Nov 2004 22:38

I have a TOraQuery with a MasterSource. When I add a record to the Master source, how do I get the TOraQuery to refresh automatically? My MasterSource is pointing to an Oracle Table, while the TOraQuery reulst set is from a View based on that table. SO when I add to the TOraTable, the TOraQuery should refresh and show the new recordset.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Fri 19 Nov 2004 07:32

Unfortunately we cannot reproduce your problem. The mentioned schema must work. Please see Demos\MasterDetail\Detail.dpr demo project to get know how to make master/detail link.

Post Reply