Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Storing array
Message
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:
01065657
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

While the others have given you the answer you want, I wouldn't recommend this technique.

It sounds like a classic relational problem. IOW, create another table with a key to the parent record and insert the rows of the array in it. It can always be accessed through an SQL command and other means.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform