Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing a table while a table is shared
Message
De
06/03/1999 10:42:15
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgie, États-Unis
 
 
À
05/03/1999 10:01:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00194459
Message ID:
00194848
Vues:
23
You can index on the table even though it is open with another user by using the syntax "index on myfield to myindex compact". This creates an old style idx type index which you can minipulate to your heart's desire. You must then use the command "set index ot myindex". After you are finished with your index be sure to "delete fiel myindex.idx" after closing the table. Be sure to include the 'compact' keyword , otherwise the index will be 3-5 times larger in size.
A problem is a problem only as long as it has a possible solution. Lacking that, it becomes a FACT!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform