This blog post details a solution to the common problem of dynamically setting connection strings. The approach used allows end-users to change database connections at runtime through a friendly user interface, and save the connection for future uses. Provided with this post is source code for the Connection Wizard form which accesses all Sql servers and databases on a computer and its networks, builds a connection string based upon user selection, and also saves the connection string to an xml file in local data storage....