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.
Application object
applicationname.SetTransPool ( minimum, maximum, timeout )
Integer. Returns 1 if it succeeds and -1 if an error occurs.