DataSet RemotingFormat and Channel formatter
- From: "Satish Itty" <NO_SPAMsitty@claytonDOTcom>
- Date: Mon, 2 Apr 2007 14:26:49 -0400
I have a application developed in .net 1.1 which uses .dotnet remoting and
uses httpchannel . We use DataSets to send data between client and remote
server all the time. Now we are migrating this to .net 2.0 once in a while
our users get out of memory error when trying to retirieve a large amout of
data. I would like to change the serialization format to binary.
How will the dataset be serialized if I set the channel formatter to binary?
Do I have to go and set the RemotingFormat property in every remote function
that returns dataset or will settting the channel formatter to binary handle
this or do both?
Thanks.
--
HTH
Satish
.
- Prev by Date: Re: Is there ever a reason to have a transaction around a select..
- Next by Date: Re: Post Revised: A Desperate Plea for Help
- Previous by thread: Re: Tabledefs and VB.net
- Next by thread: Re: Post Revised: A Desperate Plea for Help
- Index(es):
Loading