Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select sql and buffered tables
Message
De
17/05/2005 05:18:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/05/2005 04:03:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01014784
Message ID:
01014801
Vues:
25
>is there a way to run a select sql over a buffered table and get also updated records ?
> thank you all
>Alessio

Alessio,
'updated records' ? Updated ones are already in SQL result, I think you meant those not updated yet.
With VFP7 and using SQL it's not possible (VFP9 has with buffering). However under VFP7 there is a simple workaround - copy to.

select bufferedTable
m.lcTemp = sys(2015)
copy to (m.lcTemp) && if small to array is a choice
* SQL here - nofilter
erase (m.lcTemp+'.*')

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform