Using the ODBC you Can access the Data From External Database Like Excel,Access,sql,sql server,oracle etc.
In TDL, Collection is a definition which holds the data. Collection Definition has a capability
to gather the data from the external data source through ODBC.
if You want To access to Data form Excel then you use following Step-
1) You Make Excel sheet for And Fill Data for your Requrement.
Example -
in this Excel Sheet There re Three filed first Emp_Name ,Address,Mobile No
you can Access the all information in tally.
Step 2- In TDL you Make a collection.using following syntax.
[Collection : Name Of Callection]
ODBC : you write Driver information Hear.
sql : you write sql syntax.
In TDL, Collection is a definition which holds the data. Collection Definition has a capability
to gather the data from the external data source through ODBC.
if You want To access to Data form Excel then you use following Step-
1) You Make Excel sheet for And Fill Data for your Requrement.
Example -
in this Excel Sheet There re Three filed first Emp_Name ,Address,Mobile No
you can Access the all information in tally.
Step 2- In TDL you Make a collection.using following syntax.
[Collection : Name Of Callection]
ODBC : you write Driver information Hear.
sql : you write sql syntax.
Skip to main content
Comments
Post a Comment