How to connect with purticular databasefile (.mdb) while load the app c#?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vmkrishna534
    New Member
    • Aug 2013
    • 2

    How to connect with purticular databasefile (.mdb) while load the app c#?

    Hi i am new to developing,deve loping a win form application with sq l server2005,in client system after install the application i created the folder for storing the database of running application,lik e that i have every year database separately,My doubt is how to connect the particular year database while loading the app?

    please give me any idea?
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You shouldn't have every year in a separate database. That severely denormalizes your data. Instead, they should be in one database with a field that indicates the year.

    Comment

    Working...