C Examples: DbiSetToEnd

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiSetToEnd

Return to chapter overview

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;

}