Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I fill one field with several values
Message
 
 
To
05/03/2009 18:08:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01385968
Message ID:
01386040
Views:
38
>What if Table2.Column2 is a memo field? Does anything change, 254 characters are not going to be enough for the end result?

Kyle,

If you want to keep this field as a Memo, use CAST() function, e.g.

SET Column2 = CAST(alltrim(Column2) + " " + Column1 AS M)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform