|
<< Click to Display Table of Contents >> C Examples: DbiEndTran |
![]() ![]()
|
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;
}