Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing a memo field to a character field
Message
From
29/08/2005 09:52:37
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01044753
Message ID:
01044754
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I need to change an existing memo field to a character field because the client now needs to be able to sort on that value. The size is not a problem because the longest value is about 75 characters. When I change the datatype all values in the memo field get lost. What is the best way to handle this (VFP5)?
>
>Thanks.

Add a new field with the right width, and then Replace all yournewfield with yourmemo. Then you delete the memo field afterwards.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform