Apply Master/Detail after all the data in detail is loaded?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
KK

Apply Master/Detail after all the data in detail is loaded?

Post by KK » Fri 24 Dec 2004 16:21

I want to load the whole detail dataset before applying the master/detail relations so navigation becomes quickier like Clientdataset do

Is it possible?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Apply Master/Detail after all the data in detail is loaded?

Post by Ikar » Mon 27 Dec 2004 16:00

You cannot do it in simple ways. But you can execute SELECT for all detail data on client side and then using Filter and Filtered properties choose needed one by events from master dataset.

Post Reply