Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't retrieve MEMO data
Message
De
04/02/2018 09:28:54
 
 
À
04/02/2018 09:09:26
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01657782
Message ID:
01657790
Vues:
37
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform