Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't retrieve MEMO data
Message
From
04/02/2018 09:28:54
 
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01657782
Message ID:
01657790
Views:
38
>Hmm. But the core of the problem is in retrieving the data in a usable format from the MEMO field. Without 'REST FROM MEMO' the only way would be either to access the DBF file in it's 'raw' state from C# by navigating the table structure (which would be a nightmare) or, as suggested, elsewhere to use a VFP COM DLL.
>
Viv,

Can you use a simple select
select cast(field as blob) from ?Table where (id = ?fieldnumber)
Then use the code I provided a while ago to extract the variables from that field ?
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform