SqlRowType%

Indicates whether the current result row is a regular row or a COMPUTE row.

Syntax

SqlRowType% ( sqlconn% )

where

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

Returns

One of four values depending on certain conditions:

Remarks

Because SqlNextRow% returns the row type, you can usually determine the type of the current row without using SqlRowType%.

See Also

SqlNextRow%