Jump to: navigation, search

EditOLERow (Activity)


The EditOLERow activity provides access to a single row within an OLE compliant data source. It is typically nested within a CreateOLETableScope.

[edit]

Description

Edit OLE Row
Name EditOLERow
Purpose Edit 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 Row to be edited
DisplayName String In Name of activity
Result Boolean Out True if successful, false if failed

Usage

This activity is used to edit a single row within a valid OLE table scope.

Example

Excel document

IC Hint square.pngUse an if-statement to filter on the appropriate record set.

EditOLERow EditOLERow Arguments

See also