I created an application and added a dataset from a MSSQL database using the wizard. I also added some custom queries to the tables. Now theres two reasons why i want this dataset to be recreated:
1) The dataset designer stopped working, whining something about query string - i did modify the settings file, but i'm fairly sure i changed the query string back to the exact same as before, but it's still isn't working. My application works fine and have no problem accessing the database so i don't understand why the IDE can't.
2) I have done some changes to the MSSQL database (added some table fields). I want all changes to be reflected in the Dataset i have in visual studio.
So i assume the easiest would be to just delete and readd the dataset with using same name. But the problem is that i want all my custom queries
Are there any simple way of just "recreating/refreshing" the dataset