Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I save an Array into a single field in a table?
Message
From
02/02/2000 14:55:05
 
 
To
02/02/2000 14:52:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00326325
Message ID:
00326336
Views:
25
>>I need to store a Byte Array in a single field in a table.
>>
>>I get the Byte Array form an Third party ActiveX control.
>>
>> VARIANT Control.GetData()
>>
>>Using Microsoft Access I can store it using a LONG BINARY typed field.
>>
>>What type of field I have to use in VFP 6.0 and how can I store that Byte Array?
>>
>>Thanx in Advance
>
>Probably someone like G. Tasker, E. Rauh or Paul-Vlad Tatavu can give you a difinitive answer. I haven't tried this, but in the interim, you might try an Integer field. Or it might be necessary to conver it to another type, e.g. character, for storage, then reconvert when needed for use. Just some possible thoughts.
>
>Bill

Oh, some other possibilities might be Character ( Binary ) type, and Memo ( Binary ) type.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Reply
Map
View

Click here to load this message in the networking platform