摘要: #OCCRetryCount; try { ttsbegin; //example as insert or update or delete record ttscommit; } catch(Exception::Deadlock) { retry; } catch (Exception::UpdateConflict) { if (appl.ttsLevel() == 0) { if (xSession::currentRetryCou... 阅读全文
posted @ 2013-07-26 14:42 szlailai 阅读(248) 评论(0) 推荐(0)