I was trying to Integrate Tally(ERP9 v6.xx) with Java(Java 8) Application. Ideally,I would need to connect to tally database and should be able to query the available tables.
I have gone through the internet and found,ODBC connection is required for doing this,But I didn't find any samples to query database tables.(Also Java8 doesn't supports ODBC connection).
Any help would be appreciated.. Thanks in Advance!!