Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

ReleaseConnectionOption (obsolete) – PB Docs 2021 – PowerBuilder Library

ReleaseConnectionOption (obsolete) – PB Docs 2021

ReleaseConnectionOption (obsolete)

Description

Specifies how EAServer should behave when it releases control of a
connection. This parameter applies only when a PowerBuilder custom class
user object is deployed as an EAServer component.

Obsolete parameter

ReleaseConnectionOption parameter is obsolete, because EAServer
is no longer supported since PowerBuilder 2017.

Applies to

JDB JDBC

ODBC

O90 Oracle9i

O10 Oracle 10g

ORA Oracle (for 11g and later)

Syntax

Parameter

Description

value

Specifies how EAServer should behave when it
releases control of a connection. Values
are:

  • JAG_CM_UNUSED

    (Default) A connection taken from a cache is placed
    back in the cache and a connection created outside of a
    cache is closed and destroyed.

  • JAG_CM_DROP

    The connection is forced to close and is
    deallocated. If the connection came from a cache, a new
    connection is created in its place.

Default value

ReleaseConnectionOption=’JAG_CM_UNUSED’

Usage

Use JAG_CM_DROP to destroy a connection when errors have made it
unusable. This parameter cannot be set dynamically. The value set when
the connection is made remains in effect until it is
disconnected.

Examples

On the EAServer page in the Database Profile Setup dialog box,
select JAG_CM_DROP from the Release Connection Option drop-down list.
The PowerScript syntax for the ReleaseConnectionOption parameter
displays on the Preview page:

Copy the syntax from the Preview page into your script.

See also

CacheName (obsolete)

GetConnectionOption
(obsolete)

UseContextObject
(obsolete)


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x