Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am making an application with financial data spanning multiple years.

I will be requiring to make multi year analysis.

I require your suggestions in following aspects for keeping single or multiple databases for each year:

1. The right logical way for ease of working and making analysis in long run and taking backups etc.

2. The legal requirements for keeping single or multiple financial databases in India.

Thanks
Posted

1 solution

Too vague question to answer it directly.

I'd suggest to use single database. It enables you to make analysis using single database instead many of them. Don't forget to add datetime data type field into your table(s) to recognize which financial data belong to which year ;)

I don't know the legal requirement for storing financial databases in India ;(
 
Share this answer
 
Comments
atul sharma 5126 29-Apr-14 2:13am    
thanks Maciej.
Could u pls confirm if my question was downvoted by your goodself. And if yes, then the reason please.
Maciej Los 29-Apr-14 2:27am    
No, it wasn't me.
Cheers, Maciej.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900