| 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.
|