Changes between Version 11 and Version 12 of FDORfc61


Ignore:
Timestamp:
May 25, 2011, 11:57:08 PM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc61

    v11 v12  
    122122{
    123123    e->Release();
    124     transaction->RollBack(L"Save_point_1");
     124    transaction->Rollback(L"Save_point_1");
    125125}
    126126transaction->AddSavePoint(L"Save_point_2");
     
    135135{
    136136    e->Release();
    137     transaction->RollBack(L"Save_point_2");
     137    transaction->Rollback(L"Save_point_2");
    138138}
    139139transaction->Commit();