I am writting an application in VB using VS2008 and SQL2005. I would like to save an array to my database and later retreive it. I understand that I need to serialize the array to do this but don't understand the process. I have looked at various resources on the Internet but seem to be missing something.
Would some one please provide me the code needed to serialize my array and then save it to my db. I am using stored procedures with paramaters to update my database.
Thanks.
Charles