Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pocket PC Application
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
00891724
Message ID:
00892420
Vues:
30
Hi Mark,
I'm not sure if you are talking about a Pocket PC app or a Windows Forms app...
I am trying to do a data collection app on Pocket PC, and so far I could not find a way to read an XML file.
The app is a C# - Smart Device Application (using the Compact .NET framework). I built an XML file (I have an XSD schema too, but that's a secondary thing) and I'd like to read (then latter write) the XML into a dataset:
DataSet ds = new DataSet("myDs");
ds.ReadXml("myXml.xml");
Regardles of where I put the myXml.xml I get an fileNotFound exception error.
I've seen syntax with ds.ReadXml(MapPath("myXml.xml")), but that is not available for SDE.
Do you know how to read/write XML in a SDE application?
TIA
Doru
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform