Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select without Nofilter is Nofilter
Message
De
09/07/2013 10:28:31
 
 
À
09/07/2013 10:21:55
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01577987
Message ID:
01578011
Vues:
52
>>
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform