dbtxtsnewval

Description

Return the new value of a text timestamp after a call to dbwritetext.

Syntax

DBBINARY *dbtxtsnewval(dbproc)
 
DBPROCESS     *dbproc;

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.

Returns

A pointer to the new text timestamp value for the SYBTEXT or SYBIMAGE value modified by a dbwritetext operation. This pointer may be NULL.

Usage

See also

dbmoretext, dbtxtimestamp, dbtxtsput, dbwritetext