Indicates whether or not the count returned by dbcount is real.
BOOL dbiscount ( PDBPROCESS dbproc );
where
TRUE if the count returned by dbcount is real or FALSE if the count returned by dbcount is not real.
You can have commands that return or affect 0 or more rows and commands that do not affect rows. In both cases dbcount returns 0.
Calling dbiscount after dbcount determines whether the count is real.