Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Import from text file which have no any delimiter.
Message
 
 
À
17/11/1998 18:14:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00158525
Message ID:
00158566
Vues:
16
>how to do it, eg. I have the record from text file:
>1998111745687hello
>which mean '19981117','45.6','87','hello' (four field)
>they are type date(8),float(99.9),integer(99),chars(xxxxx)

create table imported ( dField1 d, nField2 n(4.1), nField3 n(2), nFIeld4 c(4))
append from TheFile.txt type sdf
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform