Dataset and web services

  • Thread starter Thread starter Katy
  • Start date Start date
K

Katy

Hi:

Where can I find examples about to work efficiently to send datasets across
web services ?
My application must return too many rows and my mobile application works
very slowly.
How can I to make a binary serialization ?
As I was commenting in a previous post, I tried to use the Datasetsurrogate
class, but it don't works to me properly in compact framework,

Regards.
 
If you are still unsatisfied of the results you may try the following:

-serialize DataSet as Xml and then transfer it over the wire; you should
perform some measurment to see of this will help in your case;trasnferring
the DataSet schema could improve DataSet load time.






Ruslan Trifonov
http://xman892.blogspot.com
 
Back
Top