Page 1 of 1

zip dump file

Posted: Wed 08 Jun 2005 09:21
by chiacb
Dear sir,

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

Posted: Wed 08 Jun 2005 09:36
by Serious
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).

Posted: Mon 20 Jun 2005 04:36
by chiacb
Can you please to provide a sample code on zip/unzip dump files?
Thanks

Posted: Tue 21 Jun 2005 08:32
by Serious
I am afraid my example will be too primitive for you.
There are good examples come with #ZipLib.

Posted: Thu 23 Jun 2005 02:57
by chiacb
Dear Sir,

Can I have a example source copy ?

Thanks

Posted: Thu 23 Jun 2005 07:56
by Serious
We do not provide source code that uses 3-rd party components. Please refer to documentation of respective libraries.