I have a dataset that uses an access .mdb database. How do I synchronize the dataset when I make changes to the access database?
Edit: I mean: if I add a table or change its structure in the Access mdb, the DataSet in Visual Studio does not update. I've tried the Refresh menu item, but I still see the old structure.