document.body.ondragstart = "return false";document.body.onselectstart = "return false"; microsoft dynamics ax interview questions

Monday, September 10, 2012


1)    What is ttsabort statement?

To explicitly discard all changes in the current transaction, use the ttsabort
command. This results in the database being rolled back to the initial state.
Throwing an exception should be preferred to ttsabort.

No comments:

Post a Comment