|
<< Click to Display Table of Contents >> C Examples: DbiForceReread |
![]() ![]()
|
Force the cache to be cleared for the specified cursor:
DBIResult fDbiForceReread(hDBICur hTmpCur)
{
DBIResult rslt;
rslt = Chk(DbiForceReread(hTmpCur));
return rslt;
}