how to compress a file from within the code 
Author Message
 how to compress a file from within the code

i have  problem
i have a program that get data from database,i want to make a backup every
month and ,then i want to store this backup in a file this file must be
compressed,but i can't use winzip because i want it to run with the program
and not by user.


Mon, 28 Jun 2004 23:23:02 GMT  
 how to compress a file from within the code

Quote:
> i have a program that get data from database,i want to make a
backup every
> month and ,then i want to store this backup in a file this
file must be
> compressed,but i can't use winzip because i want it to run
with the program
> and not by user.

There are a number of zip libraries.  Others can comment on
options, but here's the little bit I know:

1)  Sax Zip Objects -- simple ActiveX library to basic zip
functions.  I'm currently using this in a lightweight
application with no complaints.  $100.

2)  Xceed Zip -- more extensive zip library.  I've not used
this, but I've scouted it as my upgrade path if I need more than
Sax.  $350

3)  DynaZip --  no experience with the kit.

4)  VCLZip -- Delphi/C++ Builder based library.  Worth
mentioning because you can get the library with source code, for
$100.

5)  PKZip Command Line or WinZIP -- you can still use this type
of program to do your zipping, as long as it has a dialog-less
command line interface.  Check licenses carefully, though--even
if the product only costs $50, more may be required to
redistribute it.

6)  zlib -- public domain implementation of a deflate algorithm.
Not exactly zip, and it's a bit opaque to use, but the price is
right.  $0.



Tue, 29 Jun 2004 00:09:09 GMT  
 how to compress a file from within the code
If you go to www.vbwire.com and look around, you can find
an easy to use zip ocx that compresses files in a format
that is readable by WinZip and such.

Quote:
>-----Original Message-----
>i have  problem
>i have a program that get data from database,i want to
make a backup every
>month and ,then i want to store this backup in a file
this file must be
>compressed,but i can't use winzip because i want it to

run with the program
Quote:
>and not by user.

>.



Tue, 29 Jun 2004 00:04:46 GMT  
 how to compress a file from within the code
On Thu, 10 Jan 2002 10:09:09 -0600, "Jon Oliver"

Quote:

>3)  DynaZip --  no experience with the kit.

Very good.  Probably the best of its type and a price to match.
Around $300 last time I looked.

Stuart Sutherland



Tue, 29 Jun 2004 02:51:46 GMT  
 how to compress a file from within the code
I agree Dynazip is the best I've used and....  inexpensive

Richard Wittmann
http://www.antelecom.net/badcomic


Quote:
> On Thu, 10 Jan 2002 10:09:09 -0600, "Jon Oliver"

> >3)  DynaZip --  no experience with the kit.

> Very good.  Probably the best of its type and a price to match.
> Around $300 last time I looked.

> Stuart Sutherland



Tue, 29 Jun 2004 08:01:15 GMT  
 how to compress a file from within the code
On Thu, 10 Jan 2002 16:01:15 -0800, "Richard Wittmann"

Quote:

>I agree Dynazip is the best I've used and....  inexpensive

>Richard Wittmann
>http://www.antelecom.net/badcomic

Inexpensive is one of those subjective words that can mean different
things to different people.

Stuart Sutherland



Tue, 29 Jun 2004 09:03:35 GMT  
 
 [ 6 post ] 

 Relevant Pages 

1. Compressing Access files from within VB code

2. how to compress files from within the code

3. Sample Code Needed to Compress a MS Access file from code in a VB 6 program

4. Compressing to Zip files within VBA

5. Backing up / compressing a data file from within an app

6. Compressing a file from within VBS

7. Compressing in Compress.exe format through code

8. how to compress a file from a code

9. ActiveX or code to compress a file

10. Compressing Access databases from within VB 5.0

11. ZIP files from within Access code

12. Open different database file within Access using code

 

 
Powered by phpBB® Forum Software