dbClose(3dba)
dbClose --
close a connection to a database
Synopsis
cc [flag ...] file ...
-kthread -leels [library] ...
#include <eelsdba.h>
int dbClose(void);
Description
This routine de-initializes the database abstraction layer. It
unitializes the system resources that were initialzed by
dbInitialize(3dba).
In particular, it closes the database abstraction layer's
internal connection to the Admin database.
dbClose should be called when an application is
done using the database abstraction layer. It is
usually called just before the application exits.
Return values
dbClose always returns 0.
References
dbInitialize(3dba),
Intro(3dba)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004