DLEND C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



NAME


dlend - log end of transaction

SYNOPSIS


#include 
#include 

dlend (trid)
DLID trid;

DESCRIPTION


Dlend records the normal ending of a transaction in the log file.
Trid is the value returned by a previous call to dlbegin. After
dlend has been called, no further transaction calls should be
made with the same trid value.

SEE ALSO


dlbegin(C-3), dlcommit(C-3), dlcancel(C-3)
drestore(C-1)

DIAGNOSTICS

A value of -1 is returned if the transaction marker cannot be
recorded in the log file. In this case, the RMS error message is
set describing the problem.