Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My select statement doesnt pick up buffered records?
Message
From
13/01/2006 07:28:54
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01086470
Message ID:
01086480
Views:
18
>Hi Fabio
>
>Yep, using count to get around this, just wondered if they was a way around this using the SELECT command.
>
>Thanks anyway?

That's strange, really. VFP9 has a new clause to the SQL Select command, WITH BUFFERING = .T./.F., to give you more control. But the default behavior, which also applies to VFP8, is to always read from the disk, and NOT from the buffers, at least according to the documentatio. Have you tried to FLUSH before the Select comamnd?
Previous
Reply
Map
View

Click here to load this message in the networking platform