Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to index a view
Message
 
À
13/12/2004 07:08:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00968696
Message ID:
00968703
Vues:
8
In Init event of the form:
SELECT YourView
CURSORSETPROP("Buffering", 1, "YourView")
INDEX ON Field1 TAG YourView
INDEX ON Field2 TAG YourView1
CURSORSETPROP("Buffering", 5, "YourView")
SET ORDER TO YourView
>i want to index a vue on 2 fields for exemple. when double-clicking on the header of a column, the vue change the index order. how can i do it ?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform