Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Zip open tables
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Zip open tables
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01266151
Message ID:
01266151
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform