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