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 482039
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T01:03:21+00:00 2026-05-13T01:03:21+00:00

What is the best way for me to have several datasets ? i’ve thought

  • 0

What is the best way for me to have several datasets ?

i’ve thought about creating a routine for creating datasets with a number in their names, each one with the desired data, but that’s not very intelligent (although might work)

i’d like to create what would be like an “ARRAY OF DATASETS”
vb:

<whatever> = ds(1).<whatever>
<whatever> = ds(2).<whatever>
...
...

and beign able to see how many datasets i have in this “array” would be desirable.

any answer in c# or vb.net is welcome! (although i’m developing in vb.net)

i’ve tried doing it like an array

    Dim dinfo As DirectoryInfo = New DirectoryInfo("c:\")  
    Dim finfo As FileInfo() = dinfo.GetFiles("*.xml")
    Dim ds() As DataSet = Nothing

    For a = 0 To finfo.GetLength(0) Step 1

        ds(a).ReadXml("c:\" + finfo(a).Name)
    Next

and i get

***Object reference not set to an instance of an object.***

so i assume it just isn’t like this.

(obs, i’ve done the same code loading one XML to one dataset and it works perfectly, i’ve gone back and forth more than one time to assure that it isn’t just a logical mistake, it’s syntax and lack of programming knowlegde.. haha)

Thank you!

  • 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. Editorial Team
    Editorial Team
    2026-05-13T01:03:21+00:00Added an answer on May 13, 2026 at 1:03 am

    The answer to the past marcelo is DON’T DO IT.
    Datasets are large, and by using one you’re already consuming too much memory.

    What I did:
    Created ONE dataset and used it (got the fields I desired) then cleaned it:

    dim ds as new dataset
    

    This line of code was in the FOR where I loaded each file, so it flushes every time. Worked perfectly.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do anyone have an idea whats the best way of creating an own library
What's the best way to localize a PHP page? We have several PHP pages
I have a question and I'm not sure about the best way to design
What's the best way to unify several overlapping id systems into a unified one
if i have several arrays of the same datatype, what is the best way
What's the best way to have the following? Name: [Textbox] Inside a div? I
What's the best way to have separate CSS for IE and other browsers? I'm
What's the best way to have two websites (asp.net based) running on different domains
What is the best way to have the functionality of the StreamReader.ReadLine() method, but
I'm trying to learn pygame, And I found the best way to have the

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.