Page 1 of 1

How to Insert and Delete row from query?

Posted: Tue 10 Feb 2009 11:39
by Romano
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?

Posted: Wed 11 Feb 2009 09:07
by Romano
OK, I found solution: CachedUpdates :D ...

Roman

Posted: Wed 11 Feb 2009 09:29
by Dimon
It is good to see that this problem has been solved.