Session Property

Description

Returns the OraSession object associated with the specified object. Not available at design time and read-only at run time.

Usage

Set orasession = oraconnection.Session
Set orasession = oradatabase.Session
Set orasession = oradynaset.Session 
Set orasession = orasqlstmt.Session
Set orasession = oraserver.Session

Data Type

OLE Object (OraSession)

Remarks

  • oraconnection.Session

    Returns the OraSession object in which this OraConnection object resides.

  • oradatabase.Session

    Returns the OraSession object associated with this OraDatabase object. Each database is a part of one session, which is, by default, the session associated with the application.

  • oradynaset.Session

    Returns the OraSession object associated with this OraDynaset object.

  • orasqlstmt.Session

    Returns the OraSession object associated with this OraSQLStmt object.