製品をチェック

無償トライアル:

無償トライアルへ

製品の情報と無償トライアルへ:

Azure Synapse JDBC Driver

Azure Synapse データを組み込んだパワフルなJava アプリケーションを短時間・低コストで作成して配布できます。

データ連携でお困りですか?

お問い合わせ

DBArtisan でJDBC 経由でAzure Synapse Data をデータ連携利用


DBArtisan のウィザードを使用して、Azure Synapse のJDBC データソースを作成します。


azuresynapse ロゴ画像
jdbc ロゴ画像

JDBC

DB Artisan ロゴ画像

CData JDBC Driver for AzureSynapse は、データベースとしてAzure Synapse data に連携できるようにすることで、Azure Synapse data をDBArtisan などのデータベース管理ツールにシームレスに連携します。ここでは、DBArtisan でAzure Synapse のJDBC ソースを作成する方法を説明します。データを直観的に標準SQL で実行できます。

Azure Synapse Data をDBArtisan Projects に連携

以下のステップに従って、Azure Synapse をプロジェクトのデータベースインスタンスとして登録します。

  1. DBArtisan で、[Data Source]->[Register Datasource]とクリックします。
  2. [Generic JDBC]を選択します。
  3. [Manage]をクリックします。
  4. 表示されるダイアログで、[New]をクリックします。ドライバーの名前を入力し、[Add]をクリックします。次に、ドライバーJAR に移動します。ドライバーJAR は、インストールディレクトリのlib サブフォルダにあります。 The JDBC driver definition in the Register Datasource wizard.(Salesforce is shown.)
  5. Connection URL ボックスで、JDBC URLに資格情報とその他の必要な接続プロパティを入力します。

    Connecting to Azure Synapse

    In addition to providing authentication (see below), set the following properties to connect to a Azure Synapse database:

    • Server: The server running Azure. You can find this by logging into the Azure portal and navigating to Azure Synapse Analytics -> Select your database -> Overview -> Server name.
    • Database: The name of the database, as seen in the Azure portal on the Azure Synapse Analytics page.

    Authenticating to Azure Synapse

    Connect to Azure Synapse using the following properties:

    • User: The username provided for authentication with Azure.
    • Password: The password associated with the authenticating user.

    ビルトイン接続文字列デザイナー

    JDBC URL の構成については、Azure Synapse JDBC Driver に組み込まれている接続文字列デザイナーを使用してください。JAR ファイルのダブルクリック、またはコマンドラインからJAR ファイルを実行します。

    java -jar cdata.jdbc.azuresynapse.jar

    接続プロパティを入力し、接続文字列をクリップボードにコピーします。

    Required JDBC connection properties in the Register Datasource wizard.(Salesforce is shown.)

    下は一般的な接続文字列です。

    jdbc:azuresynapse:User=myuser;Password=mypassword;Server=localhost;Database=Northwind;
  6. ウィザードを終了して、Azure Synapse に接続します。Azure Synapse エンティティは、[Datasource Explorer]に表示されます。

ほかのデータベースを使うのと同じように、Azure Synapse を使うことができます。 Azure Synapse API にサポートされているクエリについてのより詳しい情報は、ドライバーのヘルプドキュメントを参照してください。

The results of a query.(Salesfnorce is shown.)