Hi,
I am starting a new project using VS 2008 and VB.Net. I really like some of the new tools specifically the typed dataset but I am having an issue using the typed dataset and figued it was due to my ignorance with them.
If I create a typed dataset from my db schema everything works ok. I'd like to make a change to the schema but I cannot figure out how to update or refresh the typed dataset. If I have to delete it and re-add it, what about the custom sql queries I have built into the typed dataset. They are lost.
Any ideas?
Kevin
