Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Converting Varied Length ASCII File to One Field DBF
Message
De
03/12/1998 15:28:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00163819
Message ID:
00163824
Vues:
20
>I have a 26,000+ line ASCII file that I want to bring into a dbf so I can chop off the last character of each line.
>
>Always one record per line, no delimiters should be considered (i.e one line = one record.)
>
>The wizard in VFP 6.0 does not allow widths beyond 65.
>
>What is the best way to approach this? I have tried low level functions, arrays, etc. and just need a hint of the best way to do it.
>
>Thanks-

You can create Mytable with one Myfield C(254), and then:
Select MyTable
Append From Myfile Type SDF
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform