dbtxtsput

Description

Put the new value of a text timestamp into the specified column of the current row in the DBPROCESS.

Syntax

RETCODE dbtxtsput(dbproc, newtxts, colnum)
 
DBPROCESS   *dbproc;
DBBINARY        *newtxts;
int                       colnum;

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.

newtxts

A pointer to the new text timestamp value. It is returned by dbtxtsnewval.

colnum

The number of the select list column of interest. Column numbers start at 1.

Returns

SUCCEED or FAIL.

Usage

See also

dbmoretext, dbtxtimestamp, dbtxtsnewval, dbwritetext