开发者

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...)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜