CData Python Connector for Tally

Build 22.0.8462

Establishing a Connection

The objects available within our connector are accessible from the "cdata.tally" module. In order to use the module's objects directly, the module must first be imported as below:

import cdata.tally as mod

From there, the connect() method can be called from the connector object to establish a connection using an appropriate connection string, such as the below:

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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462