Oracle Objects for OLE
Release 8.1.7

Part Number A85257-01

Library

Product

Contents

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 copy; 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents