Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 37309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T14:31:49+00:00 2026-05-10T14:31:49+00:00

I can make a DAO recordset in VB6/Access do anything – add data, clean

  • 0

I can make a DAO recordset in VB6/Access do anything – add data, clean data, move data, get data dressed in the morning and take it to school. But I don’t even know where to start in .NET.

I’m not having any problems retrieving data from the database, but what do real people do when they need to edit data and put it back?

What’s the easiest and most direct way to edit, update and append data into related tables in .NET and SQL Server?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T14:31:50+00:00Added an answer on May 10, 2026 at 2:31 pm

    The DataSet class is the place to start. As the linked article says, the steps for creating a DataSet, modifying it, then updating the database are typically:

    1. Build and fill each DataTable in a DataSet with data from a data source using a DataAdapter.
    2. Change the data in individual DataTable objects by adding, updating, or deleting DataRow objects.
    3. Invoke the GetChanges method to create a second DataSet that features only the changes to the data.
    4. Call the Update method of the DataAdapter, passing the second DataSet as an argument.
    5. Invoke the Merge method to merge the changes from the second DataSet into the first.
    6. Invoke the AcceptChanges on the DataSet. Alternatively, invoke RejectChanges to cancel the changes.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 188k
  • Answers 189k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer First find the set of all properties that r has.… May 12, 2026 at 5:41 pm
  • Editorial Team
    Editorial Team added an answer Hibernate ALWAYS returns the actual type of persisted entity. If… May 12, 2026 at 5:41 pm
  • Editorial Team
    Editorial Team added an answer Option 1 involves some heavy code porting which you may… May 12, 2026 at 5:41 pm

Related Questions

I can make a DAO recordset in VB6/Access do anything - add data, clean
If I delete a record from the Parent table I want the corresponding records
I have an Excel spreadsheet provided as a report, when really its more of
I am working with your typical three layered application that has a presentation layer,
Quick background: I'm programming in PHP, I have a domain model with a separate

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.