Monday, September 06, 2010
Support » Support Forum
Register Login
HomeWhat is NDO?- Executive Overview- NDO for DevelopersHow NDO Works- Persistent Classes- Mapping- Queries- Reverse Engineering- Inheritance, Polymorphism- Distributed ApplicationsLicensingSupport- Support Forum- FAQ- Solutions- Downloads- E-Mail Support- Tutorial VideosOnline ShopContact
Welcome to the NDO support forum!
Please register/login at the site if you want to post a thread. We sometimes copy support mails of common interest to the forum. They appear with anonymous sender. Please post your messages in English language if possible. You can do your posts also in German, we will translate your post and our answer so that all users of the forum can read your posts. The forum software requires that javascript is enabled. Please do not insert licence information or licence keys in forum posts. If you know a good answer to a post of another user, feel free to reply! The forum is monitored. We reserve the right to remove posts we consider not to be useful for other forum users.
Hi,
how can i handle a object in the CollisionEvent. I want to save or restore a object. The problem is, how can i save a object with has changed in the database by another user ?
Hi Igor,
abort the transaction, re-read the object from the database, change it according to your needs and store it again.
See the sample TestConcurrentTransaction. Have a look at the methods OnCollision (which is the collision handler) and btn_HandleCollision.Click.
Have also a look at the Concepts Section in the NDO Users Guide, which is integrated in the VS 2005 Help.
Best RegardsMirko