DBASEclose

Top  Previous  Next

If a DBASE data bank closes

All open files, so the data bank and the index files, are closed, after, perhaps, still buffered data on hard disk were written. Then all data structures are released. This are the data bank record and the field descriptions.

Parametre

buf (DBbuffer *) [IN]

The trading of the open data bank.

Result

---

Declaration

#include "dbase.h"

 

void DLLENTRY DBASEclose (

DBbuffer * buf

);

Related function

DBASEopen