Difference between revisions of "Activity:CreateOLETableScope (Activity)"
Line 1: | Line 1: | ||
+ | The CreateOLETableScope Activity provides access to a single table/view within an OLE compliant database. It is typically nested within a [[Activity:CreateOLESQLScope (Activity)|CreateOLESQLScope ]] or a [[Activity:CreateOLEOracleScope (Activity)|CreateOLEOracleScope ]] activity. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Create OLE Table Scope | | title = Create OLE Table Scope | ||
Line 10: | Line 13: | ||
}} | }} | ||
− | + | ===Arguments=== | |
− | + | ||
− | ==Arguments== | + | |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
Line 27: | Line 28: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity is used to access a single table or view within a valid OLE DB Scope. Which table is accessed is hereby determined by the name of the Activity, also accessible via the argument ''DisplayName''. | This activity is used to access a single table or view within a valid OLE DB Scope. Which table is accessed is hereby determined by the name of the Activity, also accessible via the argument ''DisplayName''. | ||
− | + | =Example= | |
− | The CreateOLETableScope activity, as used in the larger example "Read MetaClass names from UBIK database": | + | The CreateOLETableScope activity, as used in the larger example "Read MetaClass names from UBIK database":<br /> |
[[File:UI_Activity_CreateOLEDBScope_Example.png|x700px]] | [[File:UI_Activity_CreateOLEDBScope_Example.png|x700px]] | ||
+ | |||
+ | <headertabs /> | ||
==See also== | ==See also== |
Revision as of 12:28, 23 February 2015
The CreateOLETableScope Activity provides access to a single table/view within an OLE compliant database. It is typically nested within a CreateOLESQLScope or a CreateOLEOracleScope activity.