Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get Other Database DBF data??
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00081604
Message ID:
00081840
Views:
16
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform