I would like to know how to include an array as a field in a data base. Is this possible? How can this be accomplished? Thank you
Printable View
I would like to know how to include an array as a field in a data base. Is this possible? How can this be accomplished? Thank you
Thread Moved from FAQ forum which is not for posting questions
Never seen it done.
Why not just create a separate table with each record representing one element of the array.
Welcome to VBForums :wave:
An alternative method is to convert the array to a delimited string and store that.. but I wouldn't recommend it as that is generally harder to work with.