Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML To Dataset
Message
 
To
18/03/2008 16:55:27
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01303148
Message ID:
01303178
Views:
24
Ok, so I have this working. From some Google searchs I get the impression that I need a DataAdapater to
get this data back into the DB.

Can you point me in the right direction?
public void UpdateUser(string sUserXML)
{

    StringReader oReader = new System.IO.StringReader(sUserXML);
    DataSet oDataSet = new DataSet();
    oDataSet.ReadXml(oReader);

}
Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform