Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index on a Remote View
Message
De
01/08/2001 18:14:40
 
 
À
01/08/2001 17:15:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00538562
Message ID:
00538593
Vues:
10
>Can anyone tell me if you can create an index on a Remote View? If so what is the syntax.

Only after the view has been USEd. It won't persist, so you'd have to recreate it when you need it. If it's table buffered, it will have to be switched to row buffering first, then indexed, then switched back.

When the remote view is closed, the index is erased (it's a temp file)

That said, the syntax is the same. e.g.
Use myremoteview
Index On myfield Tag myfield
HTH
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform