Oracle Objects for OLE Release 8.1.7 Part Number A85257-01 |
|
See Also
| Example
|
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 copy; 1996-2000, Oracle Corporation. All Rights Reserved. |
|