Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2006

Tip: Looking for answers? Try searching our database.

ABOUT DATASET SAMPLE FIGURE

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
paul_zaoldyeck - 31 Aug 2006 14:34 GMT
HI EVERYONE!

can anyone share an example dataset figure or code???

i'm still neophyte on c# and xml programming.

can anyone share there knowledge with regards to using
dataset...converting it to an xml file and vice versa...

we're having a problem on getting the value of the nodes in xml when it
already has the child of the child of the child...for instance

<parent>
 <child>
    <grandchild>
       <greatgrandchild>
       </greatgrandchild>
    </grandchild>
 </child>
</parent>

i'm planning to use either hash table, dataview or data set...which is
better?
i'm having a problem on how to transfer the data from xml to either of
the above mentioned and vice versa.
can anyone help"?
sloan - 31 Aug 2006 20:15 GMT
May or maybe not this can help.

If you have a strongly typed DataSet object.

dim inputDS as MyStrongTypedDataSet = new MyStrongTypedDataSet
           Dim xmlDoc As XmlDataDocument = New XmlDataDocument(inputDS)

C#

MyStrongTypedDataSet inputDS = new MyStrongTypedDataSet();
XmlDataDocument xdoc = new XmlDataDocument( inputDS );

DataSet xml  ... isn't super good with nestings.
Its more a "relational" type model.  Aka, a mini database table structure.

> HI EVERYONE!
>
[quoted text clipped - 22 lines]
> the above mentioned and vice versa.
> can anyone help"?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.