Bubble


Bubble


このページではBubble をCData Connect の仮想SQL Server API に接続する手順の概要を示します。

前提条件

接続する前にまず以下を実行します。

  • データソースをCData Connect アカウントに接続します。詳しくは、Connections を参照してください。
  • Settings ページでPersonal Access Token (PAT) を生成します。PAT をコピーし、認証時にパスワードとして使用します。

CData Connect に接続する

Bubble からCData Connect の仮想SQL Server API へのコネクションを確立するには以下の手順に従います。

  1. Log into Bubble.

  2. On the left hand menu, click Plugins.

  3. Click Add plugins.

  4. Search for “SQL Database Connector” and click Install.

  5. Once it is installed, it is available to use as shown below. Click Add a new connection.

  6. Enter the connection settings.

    • Connection name—enter a name for the connection to CData Connect.
    • Database type—select Microsoft SQL.
    • Connection string—enter the SQL database connection string. This string includes a username and password in a format like sql://[Username]:[Password]@tds.cdata.com:14333/. Enter the following settings into this string.
      • Username—CData Connect のユーザー名を入力します。ユーザー名は、CData Connect の画面の右上に表示されています。例:test@cdata.co.jp
      • PasswordSettings ページで生成したPAT を入力します。
    • Note: it is also possible to add a database connection name at the end of the connection string like sql://[Username]:[Password]@tds.cdata.com:14333/[ConnectionName].

  7. Click Test the connection. If the connection succeeds, this button becomes gray and says Database connected as shown below.