Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update cursor!!
Message
 
 
À
19/12/2000 09:50:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00454668
Message ID:
00455018
Vues:
42
>Hi,
> my code:
>
>SELECT * FROM table1 WHERE id = "0001" INTO CURSOR mycursor
>USE DBF("mycursor") AGAIN SHARED && it return "c:\windows\temp\wc000z.tmp"
>
>However, i can't find the file above.
>
>Any idea?


Change code as follow
SELECT * FROM table1 WHERE id = "0001" INTO CURSOR myTEMPcursor
SELECT 0
USE DBF("myTEMPcursor") AGAIN SHARED ALIAS MyCursor      
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform