zip dump file

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
chiacb
Posts: 4
Joined: Wed 08 Jun 2005 09:15

zip dump file

Post by chiacb » Wed 08 Jun 2005 09:21

Dear sir,

Can MysqlDirect.NET zip the dump file after process dump and auto unzip it when run restore process?

Serious

Post by Serious » Wed 08 Jun 2005 09:36

MySQLDirect .NET does not perform any file operations (in direct mode). Moreover, it does not contain an implementation of Zip algorithm.

You can modify your code to zip dump files with any free library (approximately 10-20 code lines).

chiacb
Posts: 4
Joined: Wed 08 Jun 2005 09:15

Post by chiacb » Mon 20 Jun 2005 04:36

Can you please to provide a sample code on zip/unzip dump files?
Thanks

Serious

Post by Serious » Tue 21 Jun 2005 08:32

I am afraid my example will be too primitive for you.
There are good examples come with #ZipLib.

chiacb
Posts: 4
Joined: Wed 08 Jun 2005 09:15

Post by chiacb » Thu 23 Jun 2005 02:57

Dear Sir,

Can I have a example source copy ?

Thanks

Serious

Post by Serious » Thu 23 Jun 2005 07:56

We do not provide source code that uses 3-rd party components. Please refer to documentation of respective libraries.

Post Reply