Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is SEEK command showing error?
Message
From
07/09/2004 13:15:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00939863
Message ID:
00940032
Views:
18
The differences:
- With SEEK you can search with descending order ( for found the bottom ),
SEEK() have not this possibility.
- With SEEK() you can use the a field reference without the alias, with SEEK you cannot do this

* table1 id
* table2 id

select table1
SEEK id IN table2 && is SEEK table2.id IN table2
SEEK(id,'Table2') && is SEEK(table1.id,'Table2')

When they use only the workarea with names of alias random, this becomes important.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform