Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Exporting Memo Fields
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00319184
Message ID:
00319207
Views:
13
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform