Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a database in SQL Server 2008 R2.
Then i made a Windows Form Application using Visual Studio 2010.

Now i made a change to the database structure, by deleting 4 tables, and adding 2 new tables.

When i goto Visual Studio 2010, the data source shows the old tables. When i try to load new data source, then a new DataSet is created, for which i shall have to create new forms, and new code all over again.

I want to be able to update my old Data Source, and make changes to Windows Forms associated with tables, that I have deleted and added. Any way out?
Posted
Updated 13-Apr-20 7:21am
Comments
bbirajdar 27-Feb-13 1:49am    
Right click your 'datasource' and select 'update'
Orcun Iyigun 27-Feb-13 2:01am    
:)
Azziet 27-Feb-13 2:06am    
update your datasource or delete old datasource and add new dastasource

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900