Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » MSSQL » MSSQL_Write_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Writes a value to the database.
Syntax
void fil::MSSQL_Write_Deprecated ( MSSQL_State& ioState, ftl::Optional<const ftl::String&> inConnectionString, const ftl::String& inTableName, const ftl::String& inColumnName, const ftl::String& inQueriedColumn, const ftl::String& inQueryValue, const ftl::String& inData )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | MSSQL_State& | Object used to maintain state of the function. | |
![]() |
inConnectionString | Optional<const String&> | NIL | Connection string. |
![]() |
inTableName | const String& | Name of the table to access. | |
![]() |
inColumnName | const String& | Which column will be written to. | |
![]() |
inQueriedColumn | const String& | Column name to compare. | |
![]() |
inQueryValue | const String& | Value to compare. | |
![]() |
inData | const String& | Data to write. |