Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy a blob field into an array of bytes
Message
 
À
18/03/2011 09:30:59
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01504022
Message ID:
01504149
Vues:
82
>>>How to copy the contents of a blob field in a table into an array of bytes.
>>>
>>
>>VFP doesn't have byte data type. Please clarify.
>
>It does *sortof*. I've defined arrays as byte (DIME aTest[100] as BYTE, aTest = 'X') to pass to COM servers and they are recognized as VT_UI1. TYPE() in VFP returns 'N'. I guess it depends on what the array is to be used for.


Sergey & Gary,

Thanks for responding to my posting.

Actually, my purpose has to do with COM. I'm developing a COM server. The client will pass a reference (pointer) to a byte array to the COM sever. The COM server will transfer the data from the blob field into the byte array.

So, how, in my VFP COM server can I transfer the data from the blob into the byte array?

Looks like VFP Dimension statement knows about the Byte data type, by the CAST function does not.

Thanks,
Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform