Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ASCII to memo field
Message
From
04/06/1997 11:43:39
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00034714
Message ID:
00034971
Views:
25
>> I have an ASCII file that I want to append to an Memo field. So far I have
>> not had any luck in doing this. The ascii file has the following
>> structure
>>
>> "text","text"
>>
>> I want to put the text into an a table with 2 memo fields.
>
>Create cursor c_temp (c_memo1 m, c_memo2 m)
>append append from delimited
>
>replace RealDBF.MemoField1 with c_temp.c_memo1 additive, ;
> ReadDBF.MemoFIeld2 with c_temp.c_memo2 additive

The problem with doing it that way is I am creating the memo field because the data in "text" and "text" is more that 256 characters.
Bob Sides
SDGS
Vermillion, SD
Previous
Reply
Map
View

Click here to load this message in the networking platform