C Examples: DbiCheckRefresh

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiCheckRefresh

Return to chapter overview

Refresh all cursors in the current session.

This example uses the following input:
         fDbiCheckRefresh();

DBIResult fDbiCheckRefresh(VOID)

{

   DBIResult   rslt;

   rslt = Chk(DbiCheckRefresh());

   return rslt;

}