DBsetSystemID

Top  Previous  Next

Putting of a Datenbank-System-ID.

The data bank has an unequivocal System-ID. If the data bank has no System-ID, a new ID can be given with this routine. The old System-ID is not protected and also not zurückgeliefert. The System-ID is able only about the routine DBgetSystemID are questioned.

Parametre

root (PROOT) [IN]

Act on the open data bank.

id (ULONG) [IN]

New value as a System-ID

Result

---

Declaration

#include "database.h"

 

void DLLENTRY DBsetSystemID (

PROOT root,

ULONG id

);

Related functions

DBgetSystemID