dadTimeDaf
Switches to the record on the server which has a validity period including
Update. The connection has to be opened in update mode
(CAC_UPDATE) for this
operation.
f77: Call dadTimeDaf( Id, Update, err )
integer Id, Update, err
or
C: int dadTimeDaf( int Id, unsigned Update, int *err );
- The variable Id is the one obtained by a call to
dadOpenDB.
- The variable Update contains the time in time_t
format (see dadFtoTime and
dadTimeToF) for the requested
record.
- The Err is set to 0 if the call was successfull or contains
a Dad error number.
This page is maintained by Wolfgang Wander