Refresh DataSource after changes

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
Hi,
When I make changes to the database, via Enterprise Manager, and then in VS 2005 hit Refresh in the DataSources tab, I don't get the changes.

Also, is there a way to Delete a DataSet from the DataSource Tab.

Thanks a lot,
Steve
 
When I make changes to the database, via Enterprise Manager, and then in VS 2005 hit Refresh in the DataSources tab, I don't get the changes.

This is normal.
You need to "configure" the DataTable that has had changes made to it in the database, and also all queries that are set on that DataTable.

Also, is there a way to Delete a DataSet from the DataSource Tab

Yep, delete the .xsd dataSet file from Solution Explorer!
 
Back
Top