DBsetInitialValueLong

Top  Previous  Next

An initialization variable as a number 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. DBsetInitialValueLong writes such an initialization in the data bank and the handed over number is stored in the data bank as a text string.

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 long number.

value (long) [IN]

The new value of the initialization variable.

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetInitialValueLong (

PROOT root,

char * name,

long value

);

Related functions

DBsetInitialValueDouble

DBsetInitialValueText