|
<< Click to Display Table of Contents >> C Examples: DbiCheckRefresh |
![]() ![]()
|
Refresh all cursors in the current session.
This example uses the following input:
fDbiCheckRefresh();
DBIResult fDbiCheckRefresh(VOID)
{
DBIResult rslt;
rslt = Chk(DbiCheckRefresh());
return rslt;
}