Back to Aurora Vision Library website

You are here: Start » Function Reference » Hardware Support » MSSQL » MSSQL_SetCommitMode_Deprecated

MSSQL_SetCommitMode_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Sets the database commit mode.

Syntax

void avl::MSSQL_SetCommitMode_Deprecated
(
	MSSQL_State& ioState,
	atl::Optional<const atl::String&> inConnectionString,
	const avl::MSSQLCommitMode::Type& inCommitMode
)

Parameters

Name Type Default Description
Input will be modified ioState MSSQL_State& Object used to maintain state of the function.
Input value inConnectionString Optional<const String&> NIL Connection string.
Input value inCommitMode const MSSQLCommitMode::Type& Commit mode.