CData Python Connector for Reckon

Build 24.0.9060

Establishing a Connection

The objects available within our connector are accessible from the "cdata.reckon" module. To use the module's objects directly:

  1. Import the module as follows:
    import cdata.reckon as mod
  2. To establish a connection string, call the connect() method from the connector object using an appropriate connection string, such as:
    mod.connect("User=test;Password=test;URL=http://localhost:8166;")

Connecting to Reckon

The connector 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 connector with Reckon. For more information, refer to our Using the QuickBooks Gateway guide.

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