dbtxtimestamp

Description

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

Syntax

DBBINARY *dbtxtimestamp(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 timestamp for the column of interest. This pointer may be NULL.

Usage

See also

dbtxptr, dbwritetext