DBsignaturDeleteTable

Top  Previous  Next

Extinguishing of signature table.

In a data bank exist up to ten signature tables which serve in each case for the plotter issue, the screen issue and as a protection for the screen signature table and own adaptations. With DBsignaturDeleteTable each of these tables can be removed completely.

Parametre

root (PROOT) [IN]

The trading of the data bank their signature table should be extinguished.

tableNum (int) [IN]

With one of three constants BILDSCHIRM_SIGNATUR_TABELLE, ORIGINAL_BILDSCHIRM_SIGNATUR_TABELLE and PLOTTER_SIGNATUR_TABELLE the table which should be extinguished is specified. All the other tables are demanded about the values from 4 to 10.

Result

(T_ERROR) [OUT]

ERROR_OK by perfect implementation, but one of the error messages defined in ERROR.H.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBsignaturDeleteTable (

PROOT root,

int tableNum

);

Related functions

DBsignaturAddAreakeyEntry

DBsignaturAddDrawingkeyEntry

DBsignaturDeleteAreakeyEntry

DBsignaturDeleteDrawingkeyEntry

DBsignaturFindDrawingkeyEntry

DBsignaturGetTableName

DBsignaturReturnAreakeyEntry

DBsignaturReturnDrawingkeyEntry

DBsignaturSetTableName