Xml on Compact Framework

G

Guest

Hi to everybody, I'm new here.
I have made an application on windows ce 4.2 with NCF SP2 for compiling an
inventory of articles. My inventory is an XML file like this:
<code>0011</code>
<description></description>
<quantity></quantity>
This file is loads on a DataSet to permit me to work like asimple table.
I have two problem to solve:
1 - When my user types one code my application shows the relative
description, the problem is that this operation is bit long.(I use the select
metod of a DataTable)
2 - To save file I rewrite it with DataSet.WriteXml method but this
operation requests more time so I can't rewrite it for every single quantity.
I know that the Smart World is less power than PC's one, but I hope to find
something that helps me to improve the performance.

Thanks for your time.

Luca
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top