Returns the user-defined datatype of a regular result column.
SqlColUType& ( sqlconn%, column% )
where
The user-defined datatype of the specified compute column on success, or - 1 on error.
Call SqlColUType& only after SqlNextRow% or SqlGetRow% returns SUCCEED.
SqlData$, SqlGetRow%, SqlNextRow%, SqlNumCols%