Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
When I can PACK tables?
Message
From
08/03/2000 08:48:24
 
 
To
07/03/2000 20:43:26
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00343076
Message ID:
00343203
Views:
25
>hello,
>I want to ask when is the suitable time to issue PACK for the non-stop Internet Applications?
>or once I mark the record as deleted, then pack the table immediately?

First, you have to test the ability to get exclusive use of the table, and then you can PACK. If using Web Connection, there are features that can help. The UseExclusive() function performs the test. Also (if using WC in COM mode), you can briefly throttle down the application to a single VFP instance thus assuring that when your PACK request comes in, there won't be simultaneous hits being processed. Of course, you also have to make sure the table isn't open somewhere else within the instance running your hit.

-- Randy
Previous
Reply
Map
View

Click here to load this message in the networking platform