nastoski
Technical User
- Oct 21, 2003
- 21
Hi all,
i have a problem loading a XML formated string into a DataSet. Actually i can not find a way to do that except maybe writing a string into a file and then reading from it and populating the dataset, but that can be resource consumption.
String is:
MSG><ROW><NAME>xxxx</NAME><SURENAME>xxxx</SURENAME></ROW>
<ROW><NAME>yyyyy</NAME><SURENAME>yyyyyy</SURENAME></ROW></MSG>
Any help? Thanks in advance.
Regards
Igor
i have a problem loading a XML formated string into a DataSet. Actually i can not find a way to do that except maybe writing a string into a file and then reading from it and populating the dataset, but that can be resource consumption.
String is:
MSG><ROW><NAME>xxxx</NAME><SURENAME>xxxx</SURENAME></ROW>
<ROW><NAME>yyyyy</NAME><SURENAME>yyyyyy</SURENAME></ROW></MSG>
Any help? Thanks in advance.
Regards
Igor