DBSetQueryAction(String, String, Range, String, Range, String) Method
set Query parameters (query text and connection string) of Query List or pivot table (incl. chart)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static void DBSetQueryAction( string callID, string Query, Range targetRange, string ConnString, Range caller, string targetRangeName )
Parameters
- callID
- Type: Stringthe key for the statusMsg container
- Query
- Type: Stringquery for getting data
- targetRange
- Type: RangeRange with Object beneath to put the Query/ConnString into
- ConnString
- Type: Stringconnection string defining DB, user, etc...
- caller
- Type: Rangecalling range passed by Action procedure
- targetRangeName
- Type: String