O
Optimus
Hi,
I'm developping an application in Pocket PC/.net CF 2.0
to send approximately 1000 records using a web service.
And, I pass a dataset as its argument so that
it can be used to insert all the records to my SQL Server database.
My problem is it is very slow to transfer the data as a dataset,
which take approximately 7-8 miniutes every time.
In addition, sometimes it cause the application failed to send the data
as a whole.
So I guess that the data is probably too large for sending it over my
VPN network.
I'm almost desperate to get work around with this.
Is there any way to compress the data before sending its in
..net compact framework?
Any help is greatly appriciated!!!
Steve
I'm developping an application in Pocket PC/.net CF 2.0
to send approximately 1000 records using a web service.
And, I pass a dataset as its argument so that
it can be used to insert all the records to my SQL Server database.
My problem is it is very slow to transfer the data as a dataset,
which take approximately 7-8 miniutes every time.
In addition, sometimes it cause the application failed to send the data
as a whole.
So I guess that the data is probably too large for sending it over my
VPN network.
I'm almost desperate to get work around with this.
Is there any way to compress the data before sending its in
..net compact framework?
Any help is greatly appriciated!!!
Steve