G
Guest
hi,
I use at WebServices to get data to the PPC from the database server (via
Wlan). I use the following code:
Dataset1 = Ws.GetData1();
This take about 45 second. Too speed this up I tried to save the dataset to
XML file and read the file instead of using the webservices. I use this code:
Write dataset:
dataset1.WriteXml("data.xml")
Read dataset:
dataset1.ReadXml("data.xml");
To write the dataset to xml file goes fast, but to read the xml file takes
about 50 second.
Do anybody have an solution that give an better performance.
Regards
Karl-Inge Reknes
I use at WebServices to get data to the PPC from the database server (via
Wlan). I use the following code:
Dataset1 = Ws.GetData1();
This take about 45 second. Too speed this up I tried to save the dataset to
XML file and read the file instead of using the webservices. I use this code:
Write dataset:
dataset1.WriteXml("data.xml")
Read dataset:
dataset1.ReadXml("data.xml");
To write the dataset to xml file goes fast, but to read the xml file takes
about 50 second.
Do anybody have an solution that give an better performance.
Regards
Karl-Inge Reknes