dbcolutype

Description

Return the user-defined datatype for a regular result column.

Syntax

DBINT dbcolutype(dbproc, column)
 
DBPROCESS   *dbproc;
int                       column;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

column

The number of the column of interest. The first column is number 1.

Returns

column’s user-defined datatype or a negative integer if column is not in range.

Usage

See also

dbaltutype, dbcoltype