User inputs financial year like 2012-2013, 2013-2014, 2014-2015,.... Based on the financial year input by the user in the text box txtFinYear.text different database should be connected through conn.string. My database names in my MySQL are db_2012_2013, db_2013_2014, db_2014-2015, ....
I am new to C#. At present a single string to connect to a single database defined in app.config file within my c# solution.
Please help
if()orswitch()... this should be very easy.