Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Big views
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00304695
Message ID:
00304714
Vues:
27
David:

Instead of using Views try stored procedures. You can experiement with them in the Query Analyzer or Command Window. I use 4 for each table (select, insert, update, delete). In some cases you can combime them into fewer stored procedures.

You can index your cursor with 'INDEX ON SomeTable TAG SomeTag'. Also, remember you can't index a cursor with Table Buffering on, you have to switch to Row Buffering, then back to table. One of those 'Gotchas

Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform