In my windows vb.net app (vs 2008) I had a dataset using a test database on sql server. I could not see how to edit the dataset to change the datasource in the Datasources window, so I tried to do it manually in code (change the connection strings) There were many places that referenced the database location and after changing them all somehow it messed up the connection/datasource/data
set. All my controls on the form lost the datasource/bindings, it will take me hours to redo all the data properties of the controls How can I simply change the datasource attached to the dataset so this doesn't happen again?
thanks,
Bruce Mutch
Start Free Trial