I added new columns to the existing MS Access 2010 , which I connected to Visual Studio 2010 . After updating the database, the data source window and DataSet have no new columns. I looked at such answers: Visual Studio DataSet Designer Refresh Tables , but configured the default query using "SELECT * FROM Reservations" (where it was suggested to update the query will result in the table being updated) did not update anything. And the built-in "Refresh" buttons in the Data Sources and Database Explorer windows have not yet caught updates (there is also a new table that I would like to work with in the near future).
How can I (non-software) update my DataSet? I have custom bindings and you donβt want to manually recreate them, deleting this data source and βre-addingβ it. I would prefer to add some custom bindings for my new fields and continue to work on this project!
source share