Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select without Nofilter is Nofilter
Message
From
09/07/2013 15:08:50
 
 
To
09/07/2013 13:44:16
Mike Yearwood
Toronto, Ontario, Canada
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:
01578020
Views:
55
>>>>
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
>>>
>>>Hi Rich
>>>
>>>For me, all the technical details in the world don't really answer the fundamental question:
>>>
>>>"Does one EVER want an SQL command to mysteriously turn into a SET FILTER?"
>>>
>>>My answer is no. That is not what I call an expected result. If I want SET FILTER, I'll use it specifically. Add NOFILTER always. Yes, even if you have READWRITE. There is no harm in having NOFILTER and READWRITE. There will be harm if you later have to remove the READWRITE and forget the NOFILTER....
>>
>>I always add readwrite, since it is more "universal" and makes nofilter redundant.
>
>There may be times when you don't want the cursor to be readwrite. :)

Yes, I remember that I needed it once, it was in 1995. :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform