Uipath Marketplace

はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す

MySQL Client

MySQL Client

作成者: Omega Healthcare

StarStarStarStarStarStarStarStarStarStar

0

アクティビティ

ダウンロード数

<100

[戻る] ボタン
[戻る] ボタン
carouselImage0
[次へ] ボタン
[次へ] ボタン

要約

要約

MySQL Client provides a way to send SQL queries and commands to MySQL database, retrieve results, and manage database objects.

概要

概要

This activity can enable the below commands to execute in order to retrieve/insert/modify the database objects:

1. ExecuteNonQuery 

It can be used to execute INSERT, UPDATE, and DELETE statements, and it returns the number of rows affected by these operations.

2. ExecuteDataset 

It can be used to retrieve information from a database, whether you use an inline SQL query or a stored procedure. It returns a DataSet object, which is a collection of one or more DataTable objects.

3. ExecuteScalar 

It can be used to retrieve a single value result from a database query or stored procedure. It returns this value as an Object type.

4. ExecuteBulkInsert 

It can be used as an efficient way to insert a large amount of data into a database. They are typically faster than individual insert statements because they minimize the overhead associated with each insertion.

機能

機能

1. This activity supports essential database operations, including Data Definition Language (DDL) and Data Manipulation Language (DML) operations.

2. It allows both inline SQL queries and the execution of stored procedures.

3. Additionally, it offers support for bulk insert functionality for efficiently handling large volumes of data.

その他の情報

その他の情報

依存関係

MySqlConnector [2.2.7, ) System.Data.SqlClient [4.8.5, )

コード言語

Visual Basic

ランタイム

Windows (.NET 5.0 以上)

公開者

Omega Healthcare

公開者ページを表示

信頼できるソース

ライセンス契約とプライバシー条項

Apache

プライバシー条項

技術情報

バージョン

1.0.0

更新日

2023年9月13日

対応製品

Studio: 22.10.5+

認定

シルバー 認定済み

サポート

UiPath コミュニティ サポート

リソース

類似のコンポーネント