|
Oracle® Objects for OLE Developer's Guide Release 9.2.0.4 Part Number B10952-01 |
|
| See Also
| Example
|
| Arguments
|
Description
|
|---|---|
| sql_statement
| Any valid Oracle SQL statement.
|
| options
| A bit flag indicating the status of any optional states of the sqlstmt object.
You can combine one or more options by adding their respective values.
|
|
Constant
|
Value
|
Description
|
|---|---|---|
| ORASQL_NO_AUTOBIND
| &H1&
| Do not perform automatic binding of database parameters.
|
| ORASQL_FAILEXEC
| &H2&
| Raise error and do not create SQL statement object.
|
| ORASQL_NONBLK
| &H4&
| To execute SQL in non-blocking state
|
|
|
Copyright © 1994, 2003 Oracle Corporation. All Rights Reserved. |
|