DBASEendCreateDatabase

Top  Previous  Next

The definition of a DBASE data bank finish.

After the entire description of the data bank with DBASEinsertField generating the data bank must be concluded with this routine. This is necessary above all because, e.g., OS/2 does not tolerate it if a file was opened in a DLL and is closed in the main programme again. After this routine the DBASE data bank with DBASEopen can be opened and be filled with data.

Parametre

hndl (FILE *) [IN]

The Filehandle of the DBASE file which was generated by DBASEcreateDatabase. The trading is invalid after this call.

Result

---

Declaration

#include "dbase.h"

 

void DLLENTRY DBASEendCreateDatabase (

FILE * hndl

);

Related function

DBASEopen

DBASEcreateDatabase

DBASEinsertField