Skip Headers

Oracle® Objects for OLE Developer's Guide
Release 9.2.0.4

Part Number B10952-01
Go To Table Of Contents
Contents

SQL Property

See Also
Example
Applies To

OraDynaset

OraSQLStmt

Description

Returns or sets the SQL statement used to create the specified dynaset or sqlstmt object. Not available at design time and read/write at run time.

Usage

SQL_statement = oradynaset.SQL

SQL_statement = orasqlstmt.SQL

oradynaset.SQL = SQL_statement

orasqlstmt.SQL = SQL_statement

Remarks

The first usage form returns the contents of the SQL statement buffer.

The second usage form sets the contents of the SQL statement buffer.

The SQL statement buffer initially contains the SQL statement used to create the dynaset or sqlstmt object. The contents of the SQL statement buffer are executed whenever the Refresh method is issued.

Data Type

String


 
Oracle
Copyright © 1994, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents