C Examples: DbiEndTran

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiEndTran

Return to chapter overview

End the specified transaction:

This example uses the following input:
         fDbiEndTran(hDb, xTran, xendCOMMIT);

DBIResult fDbiEndTran(hDBIDb hTmpDb, hDBIXact hXact, eXEnd XEnd)

{

   DBIResult   rslt;

   rslt = Chk(DbiEndTran(hTmpDb, hXact, XEnd));

   return rslt;

}