uipath technical infomation for everyone

Databaseアクティビティパック一覧

アプリケーションとの連携

ここで説明として表示している内容はUipath社のアクティビティの説明の引用です。

アクティビティ名 説明
接続する 標準の接続文字列を使用してデータベースに接続します。
切断する データベースへの接続を閉じます。
Start Transaction Connects to a database and features a Sequence which can perform multiple transactions with the database. If UseTransaction is set true, the contained operations are executed in a single transaction, and applied at the end if none of the them failed. If UseTransaction is set false, all operations are committed individually. When this activity ends, the connection to the database is closed. This activity returns a DatabaseConnection variable.
Execute Query データベースに対してクエリを実行し、クエリの結果を DataTable に返します。
Execute Non Query データベースに対してクエリ以外のステートメントを実行します。UPDATE、INSERT、および DELETE ステートメントの場合、戻り値は、コマンドの作用を受けた行の数です。それ以外の種類のステートメントでは、戻り値はいずれも -1 です。
Insert 互換性のある DataTable 変数を既存の Table に挿入します。作用を受けた行の数を返します。テーブルに対する制約が満たされない場合、アクティビティは失敗し、書き込まれた行はすべて保存されます