Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to store a table into .zip, because i'm sharing it in a FTP service. Is it possible?
Thanks!!!
The same way as you can execute it with cmd (windows command line).
For example for winrar:
execute c:\program files\winrar\rar a arhivename.rar qvdname.qvd;
I guess you can.
For example with 'execute' statement you can run external zip-archiver after storing a file to make an archive for you.
and how can I execute a specific program (i.e. 7zip) to compress the table that I want to?
The same way as you can execute it with cmd (windows command line).
For example for winrar:
execute c:\program files\winrar\rar a arhivename.rar qvdname.qvd;