Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select sql and buffered tables
Message
From
17/05/2005 05:18:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/05/2005 04:03:49
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01014784
Message ID:
01014801
Views:
24
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform