Oracle Objects for OLE Release 9.2 Part Number A95895-01 |
|
See Also |
Example |
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 form above returns the contents of the SQL statement buffer.
The second form above 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
|
Copyright © 1994, 2002 Oracle Corporation. All Rights Reserved. |
|