"Compressing" a large datasets

  • Thread starter Thread starter Hon Yuen, Ng
  • Start date Start date
H

Hon Yuen, Ng

Hi

I have a dataset that stores quite a lot of data from database and I
need to transfer this over network with slow connection.

May i know is it possible to "compress" the dataset in whatever way so
that the transfer can be done faster? If it is possible, can you give me
some hints?

Thanks in advance.

From,
Hon Yuen, Ng
 
Hi,

http://www.franklins.net/dotnet/CarlsZipLibrary.zip

Ken
------------------------
Hi

I have a dataset that stores quite a lot of data from database and I
need to transfer this over network with slow connection.

May i know is it possible to "compress" the dataset in whatever way so
that the transfer can be done faster? If it is possible, can you give me
some hints?

Thanks in advance.

From,
Hon Yuen, Ng
 
Hon Yuen said:
May i know is it possible to "compress" the dataset in whatever way so
that the transfer can be done faster? If it is possible, can you give me
some hints?

The Zip, GZip, BZip2 and Tar Implementation For .NET
<URL:http://www.icsharpcode.net/OpenSource/SharpZipLib/>

The VB.NET Resource Kit contains zipping functionality too:

The Visual Basic .NET Resource Kit
<URL:http://msdn.microsoft.com/vbasic/vbrkit/>

It contains ComponentOne Zip for .NET:

ComponentOne ZipT for .NET
<URL:http://www.componentone.com/product...3569&SubCategoryTypeID=0&TabMapID=57&TabID=70>

Using J#'s zip functionality:

Using the Zip Classes in the J# Class Libraries to Compress Files and Data
with C#
<URL:http://msdn.microsoft.com/msdnmag/issues/03/06/zipcompression/>
 
Back
Top