PoolPwd

Description

Specifies the password used to create a connection or session pool.

Applies to

Syntax

PoolCreator =value

Parameter

Description

value

String to specifiy the name of the connection or session pooling creator.

Default

None

Usage

Use in conjunction with the PoolCreator DBParm. If no value is provided for this DBParm, the LogPass value of the Transaction object is used to create the connection or session pool.

Examples

Example 1

The following example creates a session pool with the user name “Scott”, and the password “mypass”:

See also