AppSheet


AppSheet


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

前提条件

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

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

CData Connect に接続する

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

  1. Log in to AppSheet.

  2. In the top navigation bar, select My account.

  3. On the Sources tab, select New Data Source.

  4. In the data source list, select Cloud Database.

  5. Enter the connection settings.
    • Type—select SQLServer.
    • Server—enter the Virtual SQL Server endpoint and port separated by a comma: tds.cdata.com,14333
    • Database—接続したいCData Connect データソースのConnection Name を入力します。例:Salesforce1
    • Username—CData Connect のユーザー名を入力します。ユーザー名は、CData Connect の画面の右上に表示されています。例:test@cdata.co.jp
    • PasswordSettings ページで生成したPAT を入力します。
    • SSL—set to Require SSL.

  6. Click Test to test your entered credentials. If you receive an error, check all fields and try again.

  7. Click Authorize Access to create the connection.

After you create your data source, it appears on the Account Sources list. When creating an app in AppSheet, you can select tables from your connection as the source of data.