MSSQL_SetCommitMode
Sets the database commit mode.
Syntax
C++
Python
def MSSQL_SetCommitMode( state: MSSQL_State, inConnectionString: str, /, *, inCommitMode: MSSQLCommitMode = MSSQLCommitMode.AutoCommit ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | MSSQL_State | ||
![]() |
inConnectionString | str | Connection string. | |
![]() |
inCommitMode | MSSQLCommitMode | MSSQLCommitMode.AutoCommit | Commit mode. |


