Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I fill one field with several values
Message
 
 
À
05/03/2009 18:08:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01385968
Message ID:
01386040
Vues:
37
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform