Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Export Data to fixed length file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00769560
Message ID:
00769561
Vues:
18
>How can I export a memo field data to fixed length text file?
>
You can first convert memo field into character field and than copy result cursor into text file.
SELECT field1, field2, ..., LEFT(Fieldmemo,254) ;
  FROM mytable ;
  INTO CURSOR crsTemp
COPY SDF TO (lcTextFile)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform