how to fill typed dataset with schema ...

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

i define a typed dataset with a schema imported from an xml file ...
the dtaset contains several tables with relations ...
if i try to fill only one table and then use dataset.getxml the result
is a dataset different from the orignal xml file ...

if it can help i can post my schema sample ...

thanks
andrew
 
A lot would depend on how you have the dataset's definition defined. Are
you filling the table from the xml doc too or just importing the schema?
 
i've imported the schema only ... and then a i fill the dataset trought a
dataadapter ...
i think i have to work properly with tablesmappings but i don't know how ...
thanks...
andrew
 

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