Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Converting tables
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00815199
Message ID:
00815209
Views:
8
Simon,

The USE commnad would never convert Fox 2.x table to VFP format. The following action would covert table:
- Adding free table to a DBC
- Modifying table structure (interactivelly or with ALTER TABLE command) when VFP specific features used, like integer, datetime or money fields; nullable iields; e.t.c.
- COPY TO under VFP will create VFP table

Why do you want to convert them anyway?

>We have an application that is currently using FPW2.6 tables.
>
>We are about to launch a VFP6 (I know...), version that has been in development for about 3 years, although I've only been here for 4 months, anyway:
>
>A number of the tables contain memo fields. Will issuing a USE on these automatically convert them to VFP format, or do I have to write some code to migrate them to VFP table format?
>
>I had hoped this sort of knowledge would be unnecessary these days, but you live and learn.
>
>Regards
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform