DBASEputLong

Top  Previous  Next

long int value in record write back.

To carry out changes in a record one needs this and the other... functions DBASEput. If the record has been changed accordingly, he becomes with DBASEputDataset written back in the data bank.

With this function the field value long int is stored here feldname.

Parametre

buf (DBbuffer *) [IN]

Act on the open data bank.

elem (void *) [IN]

Act on the before selected record in which now changes are made

feldname (const char *) [IN]

The value of this name is booked with the new value.

field-worth (long int) [IN]

In field-worth stands new long int value which is filed under feldname.

Result

--- [OUT]

Declaration

#include "dbase.h"

 

void DLLENTRY DBASEputLong (

DBbuffer * buf,

void * elem,

const char * feldname,

long int field-worth

);

Related functions

DBASEgetDataset

DBASEgetLongByName

DBASEgetLongByOffset

DBASEputDataset

DBASEputDouble