SetTransPool

Description

Sets up a pool of database transactions for an application. SetTransPool allows you to minimize the overhead associated with database connections and also limit the total number of database connections permitted.

Applies to

Application object

Syntax

applicationname.SetTransPool ( minimum, maximum, timeout )

Returns

Integer. Returns 1 if it succeeds and -1 if an error occurs.