Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect CDX Bloat
Message
De
08/02/2004 04:17:32
 
 
À
08/02/2004 03:47:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00875209
Message ID:
00875244
Vues:
28
With PACK ( it copy the DBF,FPT and recreate CDX) the solution is simple, but i want use this shema:
#DEFINE BLOATLIMIT  0.5
IF CDXBloatRatio('MyTable')>BLOATLIMIT   && if bloat is little a PACK is useless
   TRY
     SELECT 0
     USE MyTable EXCLUSIVE
     PACK
   CATCH
   ENDTRY
ENDIF
Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform