SqlIsCount%

Indicates whether or not the count returned by SqlCount& is real.

Syntax

SqlIsCount% ( sqlconn% )

where

sqlconn%
Is a SQL Server connection. The value of sqlconn% is returned by SqlOpen%.

Returns

SUCCEED (1) if the count returned by SqlCount& is real or FAIL (0) if the count returned by SqlCount& is not real.

Remarks

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.

See Also

SqlCount&