Page 1 of 1

isInTransactionState of JadeDBProcess

Posted: Fri Aug 07, 2009 1:28 pm
by ConvertFromOldNGs
by Didier >> Sat, 9 May 2009 9:08:00 GMT

Hi :
In jade, we judge Transaction State by invoking process.isInTransactionState .
eg. in Exception Handler, ================================================================
...
if process.isInTransactionState() then
abortTransaction;
endif ;
...
================================================================

Is there same function for .Net Proxy Class -- JadeDBProcess ?
How to judge Transaction State in .Net ?

Appreciate for any help.

Didier
2009.05.09