CData Python Connector for Tally

Build 25.0.9454

Establishing a Connection

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

  1. Import the module as follows:
    import cdata.tally 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("Url='http://localhost:9000'")

Connecting to Tally

Set the following connection properties to connect to Tally Instance:

  • URL (Set this to the URL for Tally instance. For example: http://localhost:9000).

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454