DBASEputDataset

Top  Previous  Next

Record write back in the data bank.

If a record from the data bank was read and changed or similar, he can be written back afterwards with the function DBASEputDataset again in the data bank.

It is not controlled whether the record again headlines the old place, or another. The index should not procure in the time of the record up to writing back possibly are changed. Unless, this happens on purpose.

Parametre

buf (DBbuffer *) [IN]

Act on the before open data bank.

elem (void *) [IN]

Act on the before selected record.

idx (long int) [IN]

Index in the data bank in which the record is written back again.

Result

--- [OUT]

Declaration

#include "dbase.h"

 

void DLLENTRY DBASEputDataset (

DBbuffer * buf,

void * elem,

long int idx

);

Related functions

DBASEaddDataset

DBASEfindDataset

DBASEgetDataset

Related function

DBASEaddDataset

DBASEnewDataset

DBASEnewDataset

DBASEputDouble

DBASEputField

DBASEputLong