2
Answers

I am novice to programming which is better technology?

Photo of steeve reynolds

steeve reynolds

14y
2.8k
1
which is better web technology php or .net or java?
what are their core competencies?

Answers (2)

0
Photo of Mohan Chandra
NA 93 7.4k 8y
is it possible that tally know that this data has been uploaded in SQL server?
suppose i am using C#, and there is an file upload control with button control.and an excel is uploaded. and data coming from tally to Excel.and then i am uploading it in SQL by file upload control.
now a situation come that 4 july data receptno-115 has been uploaded earlier but today it is modified in tally by amount 100000 to 10000.
with same receiptno and same receipt date.now how i can put it in SQL server by using C#.
means client will push it by my software so what i need to modify in my code.
0
Photo of Bikesh Srivastava
NA 19.8k 835.2k 8y
Hi Mohan,
Step 1:-Genrate xml data according your from tally according your requirment ,what data you want store in sql.you need to check your tally software and genrate xml.
Step 2:-use ODBC data provider to store in sql.
0
Photo of Mohan Chandra
NA 93 7.4k 8y
actually i am new on this, so it will take only updated records those not uploaded in local SQL and only updated as I ask that back date entry modified by a client in tally so
0
Photo of Bikesh Srivastava
NA 19.8k 835.2k 8y
Hi,

XML Generation: It will not be a Real time Data export as you need manual interventions for someone to create those XML file from Tally 9 UI and place it for you.

ODBC: ODBC options look great but AFIK, you need to understand bit TDL language of Tally to get the required data.

Apart from the above two options I would suggest you to choose with Tally XML Interface (Kind of SOAP web service) which will give you real time data.