Oracle Objects for OLE
Release 9.0.1

Part Number A90173-01

Home

Book List

Contents

Master Index

Feedback

Session Property

See Also

Applies To

OraConnection

OraDatabase

OraDynaset Object

OraSQLStmt

OraServer Object

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

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 and only 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.

Data Type

OLE Object (OraSession)


 
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.

Home

Book List

Contents