DBsetInitialValueText

Top  Previous  Next

An initialization variable as a text give.

In the data bank initialized variables can be stored. This are basically only sign chains which are identified with a name. The values are given with the function InitializeParameter/INI at user level. The values with DBsetInitialValue... are put on programmer's level. DBsetInitialValueText writes such an initialization in the data bank.

Parametre

root (PROOT) [IN]

The trading of the data bank.

name (char *) [IN]

A string with the name of the variables whose value should be fixed as a text.

value (char *) [IN]

The new value of the initialization variable. This text string is taken over consistently in the data bank.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetInitialValueText (

PROOT root,

char * name,

char * value

);

Related functions

DBsetInitialValueDouble

DBsetInitialValueLong