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).