Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select without Nofilter is Nofilter
Message
From
08/07/2013 21:52:52
 
 
To
08/07/2013 20:31:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01577987
Message ID:
01577989
Views:
75
A cursor is always created. What you're asking is, what controls the file being created? If there is enough memory, the result will be held completely in memory. If not, VFP creates a temp table.

>
SELECT * FROM mytable WHERE keyvalue = "myvalue" INTO CURSOR myCursor
>? DBF('myCursor')
>
>On my computer I get an unexpected result of: c:\tempfilepath\xxxx.tmp
>
>On a co-workder's computer I get the expected result of: c:\path\mytable.dbf
>
>
>
>Is there some setting or condition which controls whether or not a cursor is created NOFILTER by default?
>
>Thanks to all..........Rich
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform