C Examples: DbiResetRange

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiResetRange

Return to chapter overview

Reset the range of a table after using DbiSetRange.

This example removes constraints on a result set.

DBIResult fDbiResetRange(hDBICur hCur)

{

   DBIResult      rslt;

   rslt = Chk(DbiResetRange(hCur));

   return rslt;

}