Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Putting Object into BLOB field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01423962
Message ID:
01424115
Vues:
65
This message has been marked as a message which has helped to the initial question of the thread.
Hi Nick,

> Just tried the above and it partially works, it put what looks like a string of hex into wAttachmnt.

Sounds like the return value is binary. You can use
CAST(wAttachmnt AS MEMO)
to convert this to text. If the value is a hex string instead of binary that VFP displays as hex, then you can use
STRCONV(wAttachmnt,16)
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform