In a VB2005 WinForms project.Settings I have declared 2 connection strings (1 for Development, 1 for Deployment/Run time).
Question:
Where in the solution can I _easily_ switch between them, (using an Application.CommandLineArg) so all the DataObjects and Binding objects will refer to the appopriate (choosen) Connection string ?
I have seen the posts on this issue, no easier way?!
Thanks
Question:
Where in the solution can I _easily_ switch between them, (using an Application.CommandLineArg) so all the DataObjects and Binding objects will refer to the appopriate (choosen) Connection string ?
I have seen the posts on this issue, no easier way?!
Thanks
Last edited: