|
<< Click to Display Table of Contents >> C Examples: DbiResetRange |
![]() ![]()
|
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;
}