Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bizarre temp file problem
Message
De
21/12/1999 17:28:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00306991
Message ID:
00306996
Vues:
27
Hi Michelle,

>USE DBF() ALIAS testcur AGAIN

This needs to be

USE (DBF()) ALIAS testcur AGAIN IN 0

Without the () you are looking for a file called dbf().dbf, and without the IN 0 you actually are closing the cursor. USE will close whatever is in the current wa and then open the new file, thats why you can do:

USE Table SHARED
USE Table EXCL
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform