DBgdvNewDatabase

Top  Previous  Next

Put in to a new plan management

From Moskito out a new plan management can be put on. No other parametres are necessary except the name. All the other settings are carried out later with the colt of the plan management with levels and plans. The plan management is not loaded on generating. While generating become the files name.dbf for the plan data, name.gdv for the data of the plan levels and name.idx for the name index of the plans invested. With later putting on of the levels other files are put on for the position index of the single levels.

Parametre

name (char *) [IN]

The name of the plan management. Here only the base name may stand and none File ending be bragged. The procedure suspends itself the suitable endings.

Result

(T_ERROR) [OUT]

By perfect implementation ERROR_OK is delivered, but, e.g. if the files could not be put on, one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBgdvNewDatabase (

char * name

);