Back to Aurora Vision Library website

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

MSSQL_Write_Deprecated


Header: ThirdPartySdk.h
Namespace: avl
Module: ThirdParty

Writes a value to the database.

Syntax

void avl::MSSQL_Write_Deprecated
(
	MSSQL_State& ioState,
	atl::Optional<const atl::String&> inConnectionString,
	const atl::String& inTableName,
	const atl::String& inColumnName,
	const atl::String& inQueriedColumn,
	const atl::String& inQueryValue,
	const atl::String& inData
)

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 inTableName const String& Name of the table to access.
Input value inColumnName const String& Which column will be written to.
Input value inQueriedColumn const String& Column name to compare.
Input value inQueryValue const String& Value to compare.
Input value inData const String& Data to write.