Hi,
I work with the visual studio 2005 c#
Ihave a problem and i need help quickly
I have to do a read operation in an ms sql server with an sql statement, i put my result in a dataset. so far so good
Now i want to read my dataset line by line and make an well formed xml like this example:
<?xml version="1.0" encoding"utf-8"?>
<blablabla>
<person>
<userid>12</userid>
<name>jeff</name>
</person>
<person>
<userid>16</userid>
<name>john</name>
</person>
</blablabla>
HOW DO I DO THIS?
someone has example source code or something?
greetz
GSharp69
I work with the visual studio 2005 c#
Ihave a problem and i need help quickly
I have to do a read operation in an ms sql server with an sql statement, i put my result in a dataset. so far so good
Now i want to read my dataset line by line and make an well formed xml like this example:
<?xml version="1.0" encoding"utf-8"?>
<blablabla>
<person>
<userid>12</userid>
<name>jeff</name>
</person>
<person>
<userid>16</userid>
<name>john</name>
</person>
</blablabla>
HOW DO I DO THIS?
someone has example source code or something?
greetz
GSharp69