|
<< Click to Display Table of Contents >> C Examples: DbiModifyRecord |
![]() ![]()
|
Modify the current record and remove the record lock (if one exists)
This example uses the following input:
fDbiModifyRecord(hCur, pRecBuf);
DBIResult fDbiModifyRecord(hDBICur hTmpCur, pBYTE pTmpRecBuf)
{
DBIResult rslt;
rslt = Chk(DbiModifyRecord(hTmpCur, pTmpRecBuf, TRUE));
return rslt;
}