client-side cursor cloning
Posted: Tue 22 Jul 2008 07:00
Hi,
is it somehow possible to clone a "cursor" to one TMSQuery? Just to have one data storage and 2 independent pointers to its records.
Example: to have all prices listed in a tdbgrid and the lowest price in a tdbedit, both editable.
I need similar functionality to TClientDataset.CloneCursor, but really don't want to use TClientdataset - I don't want to lose the advanced tmsquery functionality like fetchall = false etc.
Thanks, Ludek.
is it somehow possible to clone a "cursor" to one TMSQuery? Just to have one data storage and 2 independent pointers to its records.
Example: to have all prices listed in a tdbgrid and the lowest price in a tdbedit, both editable.
I need similar functionality to TClientDataset.CloneCursor, but really don't want to use TClientdataset - I don't want to lose the advanced tmsquery functionality like fetchall = false etc.
Thanks, Ludek.