I have created a windows application. It works fine with database and exe in my computer.
Now I want exe to work in other computers where sql is installed taking backup of database.
connection string will be different in other computers. so how to change the connection string dynamically. if udl is used , how to call the path from connection class in c#. please.
string con_string = "Data Source=xxx;Initial Catalog=yyy;User ID=sa;Password=sa"