dbrowtype

Returns the type of the current row.

Syntax

STATUS dbrowtype ( PDBPROCESS dbproc );

where

dbproc
Is the DBPROCESS structure that is the handle for a particular workstation/ SQL Server process. It contains all the information that DB-Library uses to manage communications and data between the workstation and SQL Server.

Returns

One of four values:

Remarks

Because dbnextrow returns the type (regular or compute) of the current row, you can usually determine the row type without using dbrowtype.

See Also

dbaltbind, dbnextrow