how can i compare my typed dataset to the tables/database?

cwfontan

Active member
Joined
Jan 9, 2009
Messages
35
Programming Experience
1-3
I created a typed dataset and my database guys are constantly updating and adding columns to tables.. is there a way to do a comparison? Seems like I have done this in the past, but I cant seem to find an answer now.


Thanks
 
You can update the Data Source schema by running the configuration wizard from the Data Sources window. I'm aware of anything that will directly compare the two schemas.
 
Back
Top