C Examples: DbiForceReread

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiForceReread

Return to chapter overview

Force the cache to be cleared for the specified cursor:

 

DBIResult fDbiForceReread(hDBICur hTmpCur)

{

   DBIResult rslt;

   rslt = Chk(DbiForceReread(hTmpCur));

   return rslt;

}