Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to query this?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00593608
Message ID:
00593654
Views:
31
>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 :)
Previous
Reply
Map
View

Click here to load this message in the networking platform