storing array in sqlite databse using objective c in iphone

Posted by mohsinpathan on Stack Overflow See other posts from Stack Overflow or by mohsinpathan
Published on 2010-05-21T11:40:05Z Indexed on 2010/05/23 23:21 UTC
Read the original article Hit count: 131

Filed under:

I want to store mutable array in sqlite database field. Is there any way to serialize array means convaert array into serializaible string and store in to database field. while retrieve time i can deserialize that string. please help me

© Stack Overflow or respective owner

Related posts about sqlite