"Compressing" a large datasets

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
 
K

Ken Tucker [MVP]

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
 
H

Herfried K. Wagner [MVP]

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/>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top