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

  • Home
  • SEARCH
  • 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 135893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T06:51:45+00:00 2026-05-11T06:51:45+00:00

My program that I am writing’s purpose arose with this issue: There are two

  • 0

My program that I am writing’s purpose arose with this issue:

There are two users, each user saves to a .MDB file. One user has half the updated / correct information (the other half is outdated) and the other user has half the information (the other half is outdated).

User1: 25% + 25% = 50% current information needed the other 50% is outdated User1 works on 2 out of the 4 items.

User2: 25% + 25% = 50% current information needed the other 50% is outdated User2 works on 2 out of the 4 items.

I need to take that 50% (2 out of the 4 items) from lets say…User1 and add it to User2 making it 100% current (4 out of 4 items).

Their SQL style table structure is (should be anyways) identical (but if possible I would like to provide an event where for some a new table was added I would know)

If I could find out how to get all the table names from the DataTable, I could systematically array through the DataTable and replace the tables with the tables from the other .MDB file that I know need to be updated. I know DataSet has ‘DataSet.Tables’ …but that doesn’t help me very much.

If I can do that, I can also add the tables to a combo box and create functionality to where whatever the combo box says, thats the table I will list on my Datagrid.

If any of you have any ideas on how to go about doing this (or if you even understand what i’m saying) please let me know. I’m 70% done with ths project, and these seem to be my last logic road blocks. I think I explained this right.

  1. How do I list just the Table names in a DataTable object.
  2. What are your ideas on taking specific Tables out of a .MDB file and adding them to another .MDB file?
  3. How would I go about inputting a ComboList drop-down box that included all the tables names…when I changed the table name it would list those contents on a Datagrid.
  4. Is there a way to list tables on a Datagrid, and when you click on a Table it lists the contents of that table (kind of like a Tree structure).

EDIT: I think he is right! I think DataTables are just one table whereas DataSets are sets of Tables. With that in mind, how do I list all the tables in a .MDB file into a DataSet? That would fix my problem perfectly.

  • 1 1 Answer
  • 0 Views
  • 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-11T06:51:45+00:00Added an answer on May 11, 2026 at 6:51 am

    I thought that a DataTable object was only a single table and a DataSet was what contained one to many DataTables.

    If you are looking for the actual name of your DataTable, that would be accessed through the DataTable.TableName property.

    Edit: If you are wanting to add DataTables into a DataSet object, just create a new DataSet and then use the .Add() method.

    Dim DS as new DataSet Dim DT as new DataTable('TableName')  DS.Add(DT) 

    You should then be able to loop through your DataSet and retrieve table names by accessing each DataTable’s TableName property:

    For each table as DataTable in DS.Tables     Console.Writeline(table.TableName) Next 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 71k
  • Answers 71k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

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

    • 7 Answers
  • Editorial Team

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

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You could use Reflection to select which property to toggle… May 11, 2026 at 1:23 pm
  • added an answer While Visual Studio does offer a few different compiling/build options,… May 11, 2026 at 1:23 pm
  • added an answer The request handler (qt parameter) might be different. When not… May 11, 2026 at 1:23 pm

Related Questions

No related questions found

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.