C Examples: DbiGetTableOpenCount

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

C Examples: DbiGetTableOpenCount

Return to chapter overview

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;

}