Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Doing a SELECT on a Table Buffered Remote View new recor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
Firebird
Divers
Thread ID:
01110913
Message ID:
01110915
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform