Last modified on 23 February 2015, at 14:55

CreateOLERow (Activity)

Revision as of 14:55, 23 February 2015 by KNO (Talk | contribs) (See also)

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

See also