开发者

store paragraph of text in sqlite

开发者 https://www.devze.com 2023-02-03 06:54 出处:网络
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 a

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

精彩评论

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