DBASEnewDataset

Top  Previous  Next

Put in of a new empty record.

Should a new record be taken up in the data bank, a suitable storage area must be requested before with this function. Then the values can be inserted in this new record with the suitable function DBASEput....

Parametre

buf (DBbuffer *) [IN]

To request for a new record, the suitable data bank must be opened and be handed over. Since with the help of the data bank information only the right storage space can be provided.

Result

(void *) [OUT]

After perfect call becomes here a trading on a new record zurückgeliefert, but ZERO.

Declaration

#include "dbase.h"

 

void * DLLENTRY DBASEnewDataset (

DBbuffer * buf

);

Related functions

DBASEaddDataset

DBASEdisposeDataset