Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert Array to String and vice versa

807603Oct 19 2007 — edited Oct 19 2007
i just set up a MySQL server to hold user data, and I need to store arrays in the Server. (Mostly int arrays) I think the best way would be to convert they array to a String, then store it. And then convert it back into an array when it is taken out. Anyone know of a good way to do this? (OR a better way to store arrays in MySQL)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 16 2007
Added on Oct 19 2007
6 comments
954 views