Master/detail memory
Posted: Thu 22 Dec 2011 11:27
I have master detail TOraQuery datasets on server. Master is Opened on the client side, records are shown, master dataset is closed on server, but detail dataset remains open. It leads to problem with refreshing the detail record an consumes memory that is useless. Provider is TOraProvider and on client side I use TClientDataset. Also master/detail relationship is through MasterSource and parameter.
I wold like detail dataset be closed.
I wold like detail dataset be closed.