Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XML To Dataset
Message
 
À
18/03/2008 16:55:27
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
01303148
Message ID:
01303178
Vues:
23
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform