473,395 Members | 2,443 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

ABOUT DATASET SAMPLE FIGURE

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"?

Aug 31 '06 #1
1 1280
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.

"paul_zaoldyeck" <ni*****@yahoo.comwrote in message
news:11**********************@h48g2000cwc.googlegr oups.com...
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"?

Aug 31 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Mike Malter | last post by:
I am just starting to work with reflection and I want to create a log that saves relevant information if a method call fails so I can call that method again later using reflection. I am...
1
by: Henry | last post by:
Hi. I've been trying to modify my dataset and have been unsucessful. Any help would be great. What I have is a dataset in a session variable. Here is what I have done to stored into the dataset...
0
by: BS | last post by:
Hello everybody. On a windows form, using vb.net , I have been trying to figure out how to display images, linklabel into a datagrid. So, far no problem when I bind an iherited datagrid to a...
12
by: Graham Blandford | last post by:
Hi all, Would someone be able to tell me the most 'graceful' way of removing unwanted rows from a dataset based on a condition prior to update? OR, resetting the rows all to unchanged after they...
6
by: Dean Slindee | last post by:
Does anybody have an actual example of retrieving an Image data type column from a SQL Server table using a dataset (not a datareader)? I would like to see the statements that would move the...
3
by: Freeon | last post by:
Hi, I am looking for a way to sort a strong typed dataset. It would seem the most straightforward way is to use a dataview. The only problem is when I use the dataview I seem to loose the strong...
2
by: Mad Scientist Jr | last post by:
>From an asp.net web page I want the user to open the results of a SQL query in Excel, as automatically as possible (ie not having to loop through columns, rows, in code). For this,...
5
by: Hetal | last post by:
Hi there.. I am a VB6 developer so kinda trying to figure how to work with VB.NET. I have a scenario where i have a DataSet bound to a combo box, and i would like to read a row from the DataSet...
0
by: Hetal | last post by:
Hi there.. I am a VB6 developer so kinda trying to figure how to work with VB.NET. I have a scenario where i have a DataSet bound to a combo box, and i would like to read a row from the DataSet...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.