Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting Memo Fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00319184
Message ID:
00319207
Vues:
11
>I have a table with Memo fields... How do I export that information also?

If my memo fields don't contain a whole lot of information then I create another column 254 characters wide and copy the memo information into the new column. For example:

ALTER TABLE mytable ADD COLUMN myNewField C(254)
SELECT mytable
SCAN
REPLACE myNewField WITH myMemoField
ENDSCAN


Caren Cohen
Nielsen Logistics
Cincinnati, Ohio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform