DBRowFetchAction(String, String, Range, Object, String, Boolean) Method
Actually do the work for DBRowFetch: Query (assumed) one row of data, write it into targetCells
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static void DBRowFetchAction( string callID, string Query, Range caller, object targetArray, string ConnString, bool HeaderInfo )
Parameters
- callID
- Type: String
- Query
- Type: String
- caller
- Type: Range
- targetArray
- Type: Object
- ConnString
- Type: String
- HeaderInfo
- Type: Boolean