Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy Memo using C#
Message
De
02/01/2004 08:55:35
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00862973
Message ID:
00863420
Vues:
16
I am currently storing image files in a regular VFP memo field. I would like to query a record using .Net and extract the memo contents to disk.

How could I extract binary data from a regular VFP memo field using .Net?

Thanks,

Jerry


>
>As to binary data, that'll be tough. I'm not 100% sure if you mark a VFP memo as binary memo whether it gets returned as a byte[] buffer. But a regular memo gets returned as a UniCode string, which means that if there's binary data in there the data may not come out correctly. For example, it'll likely truncate on a CHR(0) in the binary content.
>
>+++ Rick ---
>
>
>
>>
>>Thanks,
>>
>>Jerry
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform