Results 1 to 2 of 2

Thread: Typed Dataset Help!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2008
    Posts
    23

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width