Hi, as I mentioned in a post before, I have a process where data is changed from external. So I realized the solution from Mike where I made a table with a single field for the timestamp when the data was changed externally. Now I have a problem :-( When the data get's invalidated, it's not possible to commit changes, no exception is thrown just data is rolled back :-(
You can simulate this, when you * create a context * load data * make change to the data * invalidate all data in context * commit changes is there a way of this dilemma? It's driving me nuts :-( Meex <[email protected]>
