Is it possible to change the connection string of a bound dataset at runtime?
I created an application on my laptop and the server host of my connection is localhost, but when I deploy it to another computer, I wanted my application to be in a database that is on another server.
source
to share