DataSet

  • Thread starter Thread starter The Bear
  • Start date Start date
T

The Bear

I'm loading a text file into a dataset. How can I simply display the table
without having to navigate from the parent?

thanks,
TB
 
TB:

What exactly is the problem? It really depends on how the dataset is being
constructed. Are you using the CSV version of a connection string and
using a DataAdapter or are you manually parsing the text and creating rows
accordingly? Under either scenario, how is there a 'parent'? I'm assuming
you're using a DataRelation to accomplish Parent/Child, but how is that
being constructed?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top