Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programmatically change a field type
Message
From
26/07/2001 17:49:02
 
 
To
26/07/2001 17:40:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00536059
Message ID:
00536067
Views:
11
>Hi
>Can anyone help me how can programmatically change a field type from memo to character
>thanks
>bill

Could you use a combination of COPY TO ... EXTENDED and CREATE FROM?

Use COPY TO...EXTENDED to create a table of your fields. Find the memo field and change the data type to character. Then create a new table using CREATE FROM. You'll probably need to insert records one-by-one into the new table so it could be a time-consuming process.

Hope this helps,
Mark
Previous
Reply
Map
View

Click here to load this message in the networking platform