|
<< Click to Display Table of Contents >> C Examples: DbiSetToBegin |
![]() ![]()
|
Position the cursor at the beginning of the table.
The beginning of the table means the crack before the first record.
DBIResult fDbiSetToBegin(hDBICur hCur)
{
DBIResult rslt;
rslt = Chk(DbiSetToBegin(hCur));
return rslt;
}