DBASEfindDataset

Top  Previous  Next

Discover of a record.

In the open data bank it is searched for the value which is described by feldname. If a value is found under the name feldname, he becomes in field-worth zurückgeliefert.

Parametre

buf (DBbuffer *) [IN]

Act on the open data bank.

isCaseSensitive (int) [IN]

If isCaseSensitive a value has incomparably 0, it is respected with the comparison to capitalisation and use of small letters.

idx (long int *) [IN]

The value can be 0 by the first call. Then for later accesses the before ascertained value can become further used.

feldname (const char *) [IN]

Herewith the field name is described in the record which should be searched.

field-worth (char *) [IN / OUT]

field-worth must have been put on before with enough big memory.

Result

(void *) [OUT]

By perfect implementation becomes the record zurückgeliefert, but ZERO.

Declaration

#include "dbase.h"

 

void * DLLENTRY DBASEfindDataset (

DBbuffer * buf,

int isCaseSensitive,

long int * idx,

const char * feldname,

char * field-worth

);

Related functions

DBASEfindDatasetMulti

DBASEopen