Wednesday, November 24, 2010

Transcaction not successfully started

If the exception is coming out of a commit operation, try the following:

if(!trans.wasCommitted){

trans.commit;
}

No comments:

Post a Comment