DBgdvClose

Top  Previous  Next

Fastenings of the plan management.

With this routine the plan management which is connected with this Workfile is closed. Inside nothing else happens, than to remove the name of the plan management. This entails that while opening and generating of plans any more on consistency of plans, writing authorisations and plan positioning are not checked. To open a new plan management, the old one must be closed before. DBgdvClose delivers an error message if no plan management was opened.

Parametre

root (PROOT) [IN]

The trading of the data bank which should be worked on.

Result

(T_ERROR) [OUT]

If a plan management was opened, this is closed and delivered ERROR_OK. But the error message ERROR_GDV_CLOSED is delivered.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBgdvClose (

PROOT root

);