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?
 
Back
Top