DBgdvDeletePlan |
Top Previous Next |
A plan from the open plan management remove. The plan as a file remains available. Only the reference to this from the data banks of the plan management is removed. Because the name of a plan within the plan management must not be unequivocal ANY MORE the name of the plan than searching criterion PERHAPS is not sufficient ANY MORE!!! Parametre root (PROOT) [IN] The trading of the data bank. flat (char *) [IN] The name of the plan which should be removed from the plan management. For this purpose the plan must be stored of course in the plan management. gdvName (const char *) [IN] The name of the plan management. If is gdvName = ZERO, the open plan management is used. Result (T_ERROR) [OUT] ERROR_OK in case of the perfect treatment. An error message from error.h, otherwise, e.g., if the plan did not exist in the plan management. Declaration #include "database.h"
T_ERROR DLLENTRY DBgdvDeletePlan ( PROOT root, char * flat, const char *gdvName );
|