Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text to dbf
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01143028
Message ID:
01143050
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>thanks your reply and e.g.
>Vladimir.
>if i have sentens"khubaib - ahmad khalid"
>and copy khubaib in one veriable and ahmad khalid in other
>how it will be done
>in my text file i sepreat with"-" many names
>thanks

Try This
Your Text.txt
khubaib - ahmad khalid
Vladimir - Lubenov Zografski
CREATE TABLE MyTable (FirstName C(30),OtherNames C(30))
APPEND FROM C:\text.txt DELIMITED WITH CHARACTER -
BROWSE NORMAL
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform