DBASEputDouble

Top  Previous  Next

Stand-in's value write back in record.

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 DBASEputDatasetwritten back in the data bank.

With this function becomes the field value stands in here feldname stored.

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 (stands in) [IN]

In field-worth stands the new stand-in's value which is filed under feldname.

error (int *) [IN / OUT]

Can contain the values 0 and 1. 1 stands for co-ordinate too long and for 0 for co-ordinate is OK.

Result

--- [OUT]

Declaration

#include "dbase.h"

 

void DLLENTRY DBASEputDouble (

DBbuffer * buf,

void * elem,

const char * feldname,

stand in field-worth

int* error

);

Related functions

DBASEgetDataset

DBASEgetDoubleByName

DBASEgetDoubleByOffset

DBASEputDataset

DBASEputLong