Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COPY TO file TYPE DELIMITED
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00465753
Message ID:
00465783
Vues:
15
Try this:


SELECT Table1
COPY TO Text1 TYPE DELIMTED

SELECT Table2
COPY TO Text2 TYPE DELIMTED

SELECT Table3
COPY TO Text3 TYPE DELIMTED

CLOSE DATA ALL

CREATE TABLE Import (Temp M)

SELECT Import
APPEND MEMO Temp FROM Text1
APPEND MEMO Temp FROM Text2
APPEND MEMO Temp FROM Text3

COPY MEMO Temp TO MyFile.Txt

USE IN Import
ERASE Import.Dbf


Hope this helps
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform