Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Database Property

See Also

Applies To

OraDynaset

OraSQLStmt

Description

Returns the OraDatabase object associated with the specified dynaset or SQL statement object. Not available at design time and read-only at run time.

Usage

Set oradatabase = oradynaset.Database

Set oradatabase = orasqlstmt.Database

Remarks

OraDynaset.Database returns the OraDatabase object from which the specified dynaset was created.

OraSQLStmt.Database returns the OraDatabase object from which the specified SQLStmt object was created.

Data Type

OLE Object (OraDatabase)


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback