Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get Other Database DBF data??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00081604
Message ID:
00081840
Vues:
21
Thanks a lot, Because table structure may need change for propotyping technique

>Naming and Typing the fields correctly should work. However, you can also create a comma-delimited ASCII file with this command:
>
>COPY ALL TO MYFILE.CSV TYPE DELIMITED
>
>and in the new file:
>
>APPEND FROM MYFILE.CSV TYPE DELIMITED
>
>If you don't have the fields in the same order, make the first command be:
>
>COPY ALL TO MYFILE.CSV FIELDS FNAME, LNAME, ADDRESS (ETC.) TYPE DELIMITED
>
>JR
>
>>Because I have change the table structure, even I rename the old
>>backup copy to the original name. I still fail to add to original
>>Database... What can I do then??
>>
>>If fail to got the table in, fail to copy to new table structure...
>>Oh... ~~~><~~~
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform