DBASEaddDataset |
Top Previous Next |
Add of a new record. A new record angehangen becomes with this function an open DBASE data bank. Parametre buf (DBbuffer *) [IN] This is the whole contents of the data bank. elem (void *) [IN] This is the trading on the new record which should become angehangen. This record must correspond of course to the definition of the data bank. Result (long int) [OUT] As a result the new length of the data bank is given. Declaration #include "dbase.h"
long int DLLENTRY DBASEaddDataset ( DBbuffer * buf, void * elem ); Related function
|