Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing array
Message
From
04/11/2005 04:04:38
 
 
To
04/11/2005 03:50:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01065352
Message ID:
01065354
Views:
16
>Hi all,
>what is the best way to store array into a field of table? The array is not too big and has two dimension. do you think is possible to store it into a blob field, as usually we do for the images? The array is linked to one record, that is, mister 'X' has its own array. Has someone some experience or trick?
>Thanx in advance

If you use a binary Memo and the array is ArrayName[..]
&& to save
save to memo MemoField all like ArrayName

&& to retrieve
restore from memo MemoField additive
Gregory
Previous
Reply
Map
View

Click here to load this message in the networking platform