Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query a Previous Query
Message
 
À
09/10/2008 13:20:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01353865
Message ID:
01353875
Vues:
13
>>>If you have a simple:
>>>
>>>Select * from customers into cursor test1
>>>
>>>After some other code you want to Query the cursor test1. Is there a way to do that?
>>>TIA
>>
>>Sure:
>>
>>Select * from customers into cursor test1
>>
>>SELECT * FROM Test1 WHERE SomeCondition INTO CURSOR cTest1
>>
>
>You must add READWRITE or NOFILTER to the first select statement if the first select statement includes a WHERE clause (which it usually does).

You are right of course.
Thank you.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform