Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote views and null memo (text) fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00408342
Message ID:
00408525
Vues:
19
It does return 'M', but COPY MEMO fails with a message indicating that it's not a memo field. Try this:

CREATE CURSOR csrTest (testmemo M null)
INSERT INTO csrTest (testmemo) VALUES (null)
COPY MEMO testmemo TO 'test.txt'
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform