home *** CD-ROM | disk | FTP | other *** search
-
- 1 Version 4.0 -- 5/1/89 dbinit
- ______________________________________________________________________
-
- NAME: dbinit
-
- FUNCTION:
- Initialize DB-Library.
-
- SYNTAX:
- RETCODE dbinit()
-
-
- COMMENTS:
-
- o This routine initializes certain private DB-Library structures.
- For environments that require it, the application must call
-
-
-
-
-
-
- dbinit Version 4.0 -- 5/1/89 2
- ______________________________________________________________________
- dbinit() before calling any other DB-Library routine. Most
- DB-Library routines will cause the application to exit if they
- are called before dbinit().
-
- o Currently, dbinit() is required only in the Macintosh environ-
- ment. However, to ensure future compatibility and portability,
- it is strongly recommended that all applications call dbinit(),
- no matter what their operating environment.
-
- RETURNS:
- SUCCEED or FAIL.
-
- SEE ALSO:
- dbexit
-
-
-
-
-
-