store paragraph of text in sqlite
i am new to ios development.actually i am working on an app which just simply display
a text in paragraphs..i need to know how to add tex开发者_JAVA百科ts in paragraph in sqlite & fetch it back again from DB & show it to the user.thanks in advance ..
In general you use sqlite like any other DB - as long as you have a provider for it. I don't know the iphone environment provider for sqlite, but it should be compatile with regular providers.
(use TEXT to store the paragraph...)
精彩评论