Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Doing a SELECT on a Table Buffered Remote View new recor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Miscellaneous
Thread ID:
01110913
Message ID:
01110915
Views:
16
This message has been marked as the solution to the initial question of the thread.
>I recently wanted to do a SELECT-GROUP BY for summing all the items in a Remote View which is Table Buffered. I never got any records, but I can successfully browse the same RV and see the details. I tried to DBF("RVName") in the FROM of the SELECT but then it could not find the .tmp file.
>
>Please advise on how can I do so without a SCAN and an array?

It's possible to query buffered records in VFP9 with new WITH (BUFFERING = .T.) clause. In previous versions you can use non-SQL commands only.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform