I Am having an tool which is developed in C#
to fetch data from Tally
to my local database.
As of now I am manually loading the TDL file in Tally and then fetching data from C#.
But is there any way to load TDL file automatically to Tally through my C# code?
If you have Tally Developer license you can convert TDL to XML and send to Tally
If you don't, then you need to manually convert TDL to XML, which is pretty much time-consuming