Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
Applies To
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)
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|