|
<< Click to Display Table of Contents >> C Examples: DbiSetToEnd |
![]() ![]()
|
Move the cursor to the end of the table.
The end of the table means the crack after the last record.
DBIResult fDbiSetToEnd(hDBICur hCur)
{
DBIResult rslt;
rslt = Chk(DbiSetToEnd(hCur));
return rslt;
}