A good programming technique is not to leave a static connection string, because it could be modified dynamically, and this way we void re-compile the code with the new string.
The problem merge when we use some wizards, the components ask for a connection and it should be done in a static way, so my questions is:
How can I change my connection string of my datasource if I created using the wizards?
The problem merge when we use some wizards, the components ask for a connection and it should be done in a static way, so my questions is:
How can I change my connection string of my datasource if I created using the wizards?