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.
Master/detail memory
-
AndreyZ