|
<< Click to Display Table of Contents >> C Examples: DbiBeginTran |
![]() ![]()
|
Start a transaction on the specified database.
This example uses the following input:
fDbiBeginTran(hDb, xilDIRTYREAD, &xTran);
DBIResult fDbiBeginTran(hDBIDb hTmpDb, eXILType xType, phDBIXact phXact)
{
DBIResult rslt;
rslt = Chk(DbiBeginTran(hTmpDb, xType, phXact));
return rslt;
}