dataset link to database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • qfchen
    New Member
    • Oct 2006
    • 91

    dataset link to database

    Hi

    I had a dataSet which link to a database. I need to add one field inside the database, After adding the field, how can I update and link it to the dataSet? thanks.
  • finked1973
    New Member
    • Jun 2009
    • 20

    #2
    Are you using a code to generate your dataset or using vb.net's wizard ?

    Comment

    • qfchen
      New Member
      • Oct 2006
      • 91

      #3
      I already have a dataset generated using vb.net control, but my database table modified, adding one field, how can I update the dataset?

      Comment

      • finked1973
        New Member
        • Jun 2009
        • 20

        #4
        Click your Datasource object until you see the little "Play Button"

        Click the play button and select "Configure Data Source"

        Click past your connection string setup

        Click on "Specify Columns from a table or view"

        In there you can add your extra column

        Comment

        • qfchen
          New Member
          • Oct 2006
          • 91

          #5
          Thank you very much, it's working fine

          Comment

          Working...