|
-
Oct 29th, 2008, 12:12 PM
#1
Thread Starter
Junior Member
Typed Dataset Help!!!
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
-
Oct 29th, 2008, 06:55 PM
#2
Re: Typed Dataset Help!!!
Just open the Data Sources window, select the Data Source that corresponds to your DataSet (there will likely only be one) and then click the Configure button at the top. It will re-run the wizard and let you make changes to the Data Source schema.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|