Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing a memo field to a character field
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01044753
Message ID:
01044757
Views:
12
This message has been marked as a message which has helped to the initial question of the thread.
What is the problem with indexing the memo field? You could do it like:

index on padr(memofield, 100) tag ....

Otherwise you may add a character field to the table and replace its value with teh value from memofield.

>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform