ノーコードでクラウド上のデータとの連携を実現。
詳細はこちら →無償トライアル:
無償トライアルへ製品の情報と無償トライアルへ:
Raisers Edge NXT 連携のパワフルなJava アプリケーションを素早く作成して配布。
加藤龍彦
ウェブデベロッパー
JDBC Driver
CData JDBC Driver for RaiserEdgeNXT は、CloverETL からRaisers Edge NXT へのクエリ 処理を実現します。本記事では、CloverETL でJDBC Driver を使い、Raisers Edge NXT をシンプルなCSV ファイルに変換します。
jdbc:raiseredgenxt:SubscriptionKey=MySubscriptionKey;OAuthClientId=MyOAuthClientId;OAuthClientSecret=MyOAuthClientSecret;CallbackURL=http://localhost:33333;
Before establishing a connection, supply the SubscriptionKey, found in the Blackbaud Raiser's Edge NXT Profile.
Blackbaud Raiser's Edge NXT uses the OAuth authentication standard. You can connect to without setting any connection properties using the embedded OAuth credentials.
Alternatively, you can authenticate by creating a custom app to obtain the OAuthClientId, OAuthClientSecret, and CallbackURL connection properties.
See the Help documentation for an authentication guide.
SELECT * FROM Constituents