Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporaly files
Message
 
 
À
13/12/2000 18:24:06
Arturo Valdez
SAYD - Software, Asesoria Y Desarrollo
Culiacán, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00453045
Message ID:
00453163
Vues:
18
>exist only one difference on the temporaly files that i'm talking about, my files are "dbf's"....so these files can be open it with the command "fopen"?

If you have files with a DBF extension that were created using SQL Select then they are not temporary. Are you using SELECT ... INTO TABLE MyTempCursor or are you using SELECT ... INTO CURSOR MyTempCursor. The second creates temporary files that go away when closed; the first does not.

And yes you can open any file with any extension using FOpen(). You won't be able to read the records but you can open the file.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform