dam_setOption
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function sets the options related to the operations of the OpenAccess SDK SQL engine. Options can be set at the connection, statement, or conditions list level. See the tables in the following sections for lists of options that you can set:
int dam_setOption(
int iOptionType,
void * pObjectHandle,
int iOption,
long iOptionValue)
Parameters for dam_setOption
| Parameter | Type | Description |
| IN | ||
| iOptionType | int | Type of option: |
| pObjectHandle | void * | The object handle to which the option applies. It can be one of the following object handles: |
| iOption | int | The option to set. |
| iOptionValue | long | The value to set for the iOption. |
| RETURN | ||
| int | Status of the function call: |