Difference between revisions of "Activity:CreateOLEQueryScope (Activity)"
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | The CreateOLEQueryScope Activity provides access to a tables/views within an OLE compliant database by defining a SQL statement. It is typically nested within | + | The CreateOLEQueryScope Activity provides access to a tables/views within an OLE compliant database by defining a SQL statement. It is typically nested within [[Activity:CreateOLESQLScope (Activity)|CreateOLESQLScope]] or [[Activity:CreateOLEOracleScope (Activity)|CreateOLEOracleScope]]. |
=Description= | =Description= | ||
| Line 38: | Line 38: | ||
=Example= | =Example= | ||
| − | The CreateOLEQueryScope activity, as used in the larger example "Read MetaClass names from UBIK database" | + | The CreateOLEQueryScope activity, as used in the larger example "Read MetaClass names from UBIK database".<br /> |
| − | + | [[File:UI_Activity_CreateOLEQueryScope.PNG|border|x700px|CreateOLEQueryScope]] | |
| − | [[File:UI_Activity_CreateOLEQueryScope.PNG|x700px]] | + | |
<headertabs /> | <headertabs /> | ||
| Line 46: | Line 45: | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | * [[Activity: | + | * [[Activity:CreateOLESQLScope (Activity)]] |
| + | * [[Activity:CreateOLEOracleScope (Activity)]] | ||
[[Category:OLE]] | [[Category:OLE]] | ||
Latest revision as of 15:45, 23 February 2015
The CreateOLEQueryScope Activity provides access to a tables/views within an OLE compliant database by defining a SQL statement. It is typically nested within CreateOLESQLScope or CreateOLEOracleScope.
