Initialize DB-Library.
RETCODE dbinit()
SUCCEED or FAIL.
This routine initializes certain private DB-Library structures. For environments that require it, the application must call dbinit before calling any other DB-Library routine. Most DB-Library routines will cause the application to exit if they are called before dbinit.
To ensure future compatibility and portability, Sybase strongly recommends that all applications call dbinit, no matter what their operating environment.