DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
dbCheckDatabase(3dba)
dbCheckDatabase -- check if a given EELS database exists
Synopsis
cc
[
flag
...]
file
...
-kthread
-leels
[
library
] ...
#include <eelsdba.h>
int dbCheckDatabase(char *
database
);
Description
dbCheckDatabase
checks to see if the specified EELS database exists.
Arguments
database
(Input) The name of the database to be checked.
Return values
dbCheckDatabase
returns 0 if the specified database does not exist, a value greater than 0 if it does exist, or -1 if an internal error occured.
References
dbCheckTable
(3dba)
,
Intro
(3dba)
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004