Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select without Nofilter is Nofilter
Message
From
09/07/2013 10:21:55
Mike Yearwood
Toronto, Ontario, Canada
 
 
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:
01578010
Views:
63
>
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....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform