Table of Contents
dbmod_processor - process a list of database commands
dbmod_processor
reads from a file containing a list of updates. Each line of the file is
parsed and an update request is formulated and sent to dbman.
This function
is part of librmt.
int dbmod_processor(
FILE *in,
int DBsock,
int verbosity
);
The pathname of the file to read from.
The file descriptor
for the connection to dbman.
Defines the amount of messages to
print. This value is passed on to SendRec. A value of 0 produces no messages.
See the SendRec manpage for full details on available values.
If
all operations succeed ERRok is returned. If there is a communications failure
the error code from the update is returned.
librmt(3rmt)
$Id: dbmod_processor.3,v 1.2 2008/08/22 16:21:09 mcnamer Exp
$
Table of Contents