Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6 Remote View Top nn?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00170161
Message ID:
00170274
Views:
17
>How to generate a Remote View result of a "top 10%" query like I can with local views?

It depends on which back-end you'r using. In oracle you can include something like

WHERE rowid(rownum) <= 10.

If your back-end database doesn't support this kind of clauses, Simply download it and then do SELECT TOP ..... on the result.
- Jayesh
Previous
Reply
Map
View

Click here to load this message in the networking platform