DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

dbInitialize(3dba)


dbInitialize -- set up the EELS administrative database

Synopsis

cc [flag ...] file ... -kthread -leels [library] ...
#include <eelsdba.h>

int dbInitialize();

Description

dbInitialize is called once in the lifetime of an EELS system to initialize the administrative database (EELS_Admin) that is used to hold the Database Table which stores information about the databases and tables used by EELS.

Arguments

None.

Return values

If successful, dbInitialize returns 0. Otherwise, it returns -1.

Diagnostics

An application can call dbGetError(3dba) to obtain the error message returned from the database.

References

dbGetError(3dba), Intro(3dba)


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004