is there a way to change connectionString? When I use Data Source Configuration Wizard, it ask me to create a connectionString. I create one (datasource = serve1; user id = xxxx; password = xxxx;....), and now I want to use different connectionString ((datasource = serve2; user id = xxxx; password = xxxx;...) or (datasource = serve3; user id = xxxx; password = xxxx;...)). I want everything on on the form stay the same, but now the connectionString is change to different one. I don't want to re-do all my program, so I think that changing the ConnectionString should be my best solution. Is this possible to do? Thank you for all replies.
Last edited: