WB_DBObject - object used to access the database

Syntax
WB_DBObject=any valid WBSP constant or ADO connection string

Syntax example
WB_DBObject=D35

Valid inputs
This variable accepts following WBSP constants:

If ADOConnectionString server configuration variable is set On then this variable can accept any valid ADO connection string.

e.g.
WB_DBObject=Driver={OracleODBCDriver};Dbq=YourDataBaseName;Uid=YourUserName;Pwd=YourPassword
or
WB_DBObject=Provider=sqloledb;DataSource=(local);Initial Catalog= YourDataBaseName;UserID=YourUserName;Password=YourPassword

Default value
A40

Description
This variable defines what type of object will be used to access the database. If ADO connection string is provided, WBSP will use ADO object.