Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote views and null memo (text) fields
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00408342
Message ID:
00408525
Views:
18
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'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform