CData Python Connector for Reckon

Build 23.0.8843

接続の確立

コネクタ内で利用可能なオブジェクトは、"cdata.reckon" モジュールからアクセスできます。モジュールのオブジェクトを直接使用するには:

  1. モジュールを以下のようにインポートします。
    import cdata.reckon as mod
  2. 接続を確立するには、以下のような適切な接続文字列を使用してコネクタオブジェクトからconnect() メソッドを呼び出します。
    mod.connect("User=test;Password=test;URL=http://localhost:8166;")

Connecting to Reckon

The 本製品 makes requests to Reckon through the CData QuickBooks Desktop Gateway. It runs on the same machine as Reckon and accepts connections through a lightweight, embedded Web server. The server supports SSL/TLS, enabling users to connect securely from remote machines. The first time you connect, you will need to authorize the 本製品 with Reckon. For more information, refer to our Using the QuickBooks Gateway guide.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8843