Group: Forum Members
Posts: 33,
Visits: 88
|
I am calling the ConnectionManager.SetConnections() when the application is first loaded. This works fine for letting the user set the connection initially. What I want to do now is allow the user to change the connection at any time. I cannot see a way to "reset" the connection. If I call SetConnections() again, nothing happens as expected since the connection has already been set. If I call ShowConnectionWizard(), it will allow them to add a new connection, but not change the current one. Is this possible? If so how do I accomplish this?
|