C Examples: DbiSetToBegin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiSetToBegin

Return to chapter overview

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;

}