|
<< Click to Display Table of Contents >> C Examples: DbiGetTableOpenCount |
![]() ![]()
|
Obtain the number of cursors open on a table.
DBIResult fDbiGetTableOpenCount(hDBIDb hDb, pCHAR TblName, pUINT16 piOpenCount)
{
DBIResult rslt;
rslt = Chk(DbiGetTableOpenCount(hDb, TblName, NULL, piOpenCount));
return rslt;
}