dbtxptr

Description

Return the value of the text pointer for a column in the current row.

Syntax

DBBINARY *dbtxptr(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 select list column of interest. Column numbers start at 1.

Returns

A DBBINARY pointer to the text pointer for the column of interest. This pointer may be NULL.

Usage

See also

dbtxtimestamp, dbwritetext