DBgetWorkfile |
Top Previous Next |
If delivers the topical Workfile. Every data bank can have opened always only one Workfile. The Workfile contain all open plans, attributes etc. changes in plan contents are changed etc. only in the Workfile and are written back only by securing or finishing the system in the plans. Parametre root (PROOT) [IN] Act on the open data bank. Every data bank can have only one Workfile. Result (char *) [OUT] As a result becomes a sign chain zurückgeliefert with the name of the at the moment open Workfiles, but ZERO. Declaration #include "database.h"
char * DLLENTRY DBgetWorkfile ( PROOT root ); Remarks This routine substitutes for the old routine getWorkfile.
|