Returns the length of the new value of the timestamp column after a browse-mode update.
INT dbtsnewlen ( PDBPROCESS dbproc );
The length, in bytes, of the new timestamp value for the updated row. If no timestamp was returned to the application, the function returns -1.
dbtsnewlen is one of the DB-Library browse-mode functions. For a detailed discussion of browse mode, see Browse Mode in Programming with DB-Library for C.
dbtsnewlen provides information about the timestamp column. dbtsnewlen allows the application to save the length of the new timestamp value, possibly for use with dbtsput.
dbcolbrowse | dbtabcount |
dbcolsource | dbtabname |
dbqual | dbtsput |
dbtabbrowse |