Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to query this?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00593608
Message ID:
00593654
Vues:
37
>Thanks Chris,
>
>I can not afford "SELECT * FROM tableA" since this query runs too often and tableA is too big.
>
>I did figure out a way to do it though with rather small cost (to memory):
>
>SELECT tableB
>INDEX ON nRecno TAG nRecno
>SELECT (some fields) FROM tableA ;
>   WHERE SEEK(RECNO(), "tableB", "nRecno")
>
>
>This works well!
>
>Thank you!
>
>Jun

Yup thats another way it should work :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform