M
Mike Fechner
Guest
I doubt that using a DB Query you will achieve satisfying performance. You only can detect CTRL-END from a KeyDown event handler, set MaxDataGuess to zero and wait for 30.000 records to be loaded from the DB to the Grid. Slow.. We have implemented FetchLast in our OERA framework (ProDataset based). FetchLast is trivial then with Temp-Tables or ProDatasets, but then you have to teach the Grid, the BindingSource and the ProDataset the OffHome event. That was a challenge on it's own.
Continue reading...
Continue reading...