Jump to: navigation, search

Difference between revisions of "Activity:CreateOLERow (Activity)"


(See also)
Line 31: Line 31:
 
===Excel document===
 
===Excel document===
 
[[File:UI_Activity_CreateOLERow_Excel.png]]
 
[[File:UI_Activity_CreateOLERow_Excel.png]]
 +
[[File:UI_Activity_CreateOLERow_Arguments_Excel.png]]
  
 
<headertabs />
 
<headertabs />

Revision as of 14:56, 23 February 2015

The CreateOLERow activity creates a new row within an OLE compliant data source. It is typically nested within a CreateOLESQLScope, a CreateOLEOracleScope or a CreateOLEExcelScope activity.

[edit]

Description

Create OLE Row
Name CreateOLERow
Purpose Create a single row via OLE
Category UBIK Data Exchange
Returns True if successful
Version 2.4.1+

Arguments

Argument Type Direction Purpose
DataRow DataRow Out Created row
DisplayName String In Name of activity
Result Boolean Out True if successful, false if failed

Usage

This activity is used to create a single row within a valid OLE table scope. The table accessed is hereby determined by the name of the Activity, also accessible via the argument DisplayName.

Example

Excel document

UI Activity CreateOLERow Excel.png UI Activity CreateOLERow Arguments Excel.png

See also