G
Guest
Hi,
I am trying to put some XXL comde in a database column, and I am using a
dataset to edit it...
let's imagine this scenario
<?xml version = "1.0"?>
<root>
<class>
<student studentID="13429" name = "John"/>
<student studentID="13430" name = "Mary"/>
</class>
</root>
I can manipulate at easy everything except creating students inside the
class...
How can I do it using a DataSet?
I am trying to put some XXL comde in a database column, and I am using a
dataset to edit it...
let's imagine this scenario
<?xml version = "1.0"?>
<root>
<class>
<student studentID="13429" name = "John"/>
<student studentID="13430" name = "Mary"/>
</class>
</root>
I can manipulate at easy everything except creating students inside the
class...
How can I do it using a DataSet?