Indicates whether or not the count returned by SqlCount& is real.
SqlIsCount% ( sqlconn% )
where
SUCCEED (1) if the count returned by SqlCount& is real or FAIL (0) if the count returned by SqlCount& 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 SqlCount& returns 0.
Calling SqlIsCount% after SqlCount& determines whether the count is real.