Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
8 or less users
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00227682
Message ID:
00227700
Views:
26
>Are we missing something? If you're using a VIEW of a table on the server then the answer is 'YES' the whole table gets brought over.
>
>To avoid this, you should use SQLEXEC to query the server.

Why? When you use a local view (p-view, I mean), it's identical to running SELECT ... Into Cursor ... NOFILTER, and will take about the same time. SELECT itself does not bring up whole table, though NOFILTER clause may involve difficulties with DELETED() tag index, exactly as it was reported here. However, these difficulties never raise to the level of moving up whole tables.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform