Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Zip open tables
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Zip open tables
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01266151
Message ID:
01266151
Vues:
58
I am testing here and found out that vfpcompression.fll
can ZIP even tables in use

I am right ?
I thought I would get an error message while trying to zip or copy
a table in use


******************************************
SET LIBRARY TO vfpcompression.fll ADDITIVE

DO FORM wait_bkp NAME WAIT1

ZipOpen("C:\dados_assist.zip")


* ?ZipFolder("C:\1softwares\1_assist41X\assist41", .F.)
ZipFolder(SYS(5) + curdir() + "dados\", .T.)

*!* could zip other files and folders here before close
ZipClose()
SET LIBRARY TO

THISFORM.Visible = .F.
THISFORM.RELEASE
*************************************



WAIT1.RELEASE
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform