Hi,
I'm newbie in SDAC. I would like to know how I can insert new record to or delete some record from TMSQuery?
I have query for viewing data in grid. And independent actions for new, edit and delete. I need add new inserted record to grid query without generetion insert to DB (insert I did myself before). How I can do it?
And how I can delete some record - the same situation - I have independent action for delete? I don't want to use Refresh or QuickRefresh.
I need something like local edit...
Thanks
Roman
How to Insert and Delete row from query?
How to Insert and Delete row from query?
OK, I found solution: CachedUpdates
...
Roman
Roman