Post
by Ludek » Mon 10 Nov 2008 12:05
Yes, I can do it, using your TVirtualTable component. But: I need sometimes empty query for appends, sometimes opened query for modifications, always in the same form, with the same "onvalidate" events etc.
Just a hybrid component, that behaves sametimes like a TMSQuery and sometimes like TVirtualTable+TMSUpdateSQL (limited to inserts, no updates or deletions).
I think, Local Master-Detail is bad idea - some customers have over 10 millions records in the detail dataset and I need only a few of them, for some master records. In most cases customers just append new data, only sometimes edit them. so i can't use local filtering. Or, at least, I don't know, how could I efficiently use local filtering, if the master and detail table have millions of records.