Back to FabImage Library website
You are here: Start » Function Reference » Hardware Support » MSSQL » MSSQL_Query_Deprecated
Header: | ThirdPartySdk.h |
---|---|
Namespace: | fil |
Module: | ThirdParty |
Sends a query to the database.
Syntax
void fil::MSSQL_Query_Deprecated ( MSSQL_State& ioState, ftl::Optional<const ftl::String&> inConnectionString, const ftl::String& inQuery, bool inIncludeColumnTitles, ftl::Array<ftl::Array<ftl::String>>& outData )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioState | MSSQL_State& | Object used to maintain state of the function. | |
![]() |
inConnectionString | Optional<const String&> | NIL | Connection string. |
![]() |
inQuery | const String& | SQL Query. | |
![]() |
inIncludeColumnTitles | bool | False | Whether or not to include column names in the output data. |
![]() |
outData | Array<Array<String>>& | Data read as strings. |