dbuse

Description

Use a particular database.

Syntax

RETCODE dbuse(dbproc, dbname)
 
DBPROCESS   *dbproc;
char                  *dbname;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

dbname

The name of the database to use.

Returns

SUCCEED or FAIL.

Usage

See also

dbchange, dbname