N
ngb
For a project I have a typed dataset created ( by dragging tables/
views and configuring the appropriate queries ).
If the database schema for these tables is changed (e.g. few columns
get added), is it possible to automatically refresh the DataSet.
Right now, I see that the Fill query only has the previous columns
selected, the new added ones do not appear.
This is my first time using datasets, so wondering if the adapter
queries can be refreshed somehow.
Thanks.
views and configuring the appropriate queries ).
If the database schema for these tables is changed (e.g. few columns
get added), is it possible to automatically refresh the DataSet.
Right now, I see that the Fill query only has the previous columns
selected, the new added ones do not appear.
This is my first time using datasets, so wondering if the adapter
queries can be refreshed somehow.
Thanks.