各製品の資料を入手。
詳細はこちら →Embarcadero RAD Studio provides a development environment for Delphi and C++Builder applications. With the CData ODBC Driver for SurveyMonkey, you gain access to live SurveyMonkey データ within RAD Studio, abstracting the data into tables, views, and stored procedures that can be used to both retrieve SurveyMonkey データ. This article will walk through connecting to SurveyMonkey using the Data Explorer.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
SurveyMonkey はOAuth 2 認証標準を利用しています。SurveyMonkey がアンケートの回答を読むためにこれを必要とすることを考えると、アンケートを読むアカウントには有料プランのサブスクリプションが必要です。
SurveyMonkey への接続に使用できる認証方法は2つあります。
個人用トークンを使用して、自分のデータをテストし、アクセスします。個人用トークンを取得するには、ヘルプの「Creating a Custom OAuth App」の手順に従って、次の接続プロパティを設定します。
CData 製品はすでにSurveyMonkey にOAuth アプリケーションとして登録されています。そのため、デフォルトでは、自動的に埋め込みクレデンシャルを使用して接続します。
独自のカスタムOAuth アプリを使用したい場合は、ヘルプのCustom Credentials を参照してください。
You can create a simple application for displaying SurveyMonkey データ by utilizing the CData FireDAC Components for SurveyMonkey and a new VCL Forms Application:
Create a new VCL Forms application and drag a view (for example: MySurvey_Responses) onto the form.
Right-click on the object, bind visually, and link everything (*) to a new control (TStringGrid).
Arrange the TStringGrid on the form and run the application to see the MySurvey_Responses data.
Below you can find other articles for using the CData ODBC Driver with RAD Studio, Delphi, and C++ Builder.