Establishing a Connection
The objects available within our connector are accessible from the "cdata.reckon" module. To use the module's objects directly:
- Import the module as follows:
import cdata.reckon as mod
- 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.