Sqlite3,iPhone中的Blob类型

发布于 2024-09-28 14:38:01 字数 165 浏览 6 评论 0原文

大家好,这是萨比。我从 web 服务获取数据并将该数据保存在 iphone 的 sqlit3 数据库中。我使用视频 url 的数据类型为 blob,但它没有保存在数据库中。但是如果我使用 varchar,则 url 会保存在数据库中。 请帮我解决这个问题,因为我是 iPhone 开发新手。

谢谢大家

Hi everyone this is sabby. I am getting the data from a webservice and saving that data in sqlit3 database in iphone.I used the data type of video url as blob,but its not saving in database.But if i use the varchar then url is saved in database.
Just help me for this ,as i am new to iphone development.

Thanks everyone

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

a√萤火虫的光℡ 2024-10-05 14:38:01

仅供参考:不要在 SQLite 中存储大 blob。使用键值对将文件与键进行匹配。这样会更快。

FYI: Dont store BIG blobs in the SQLite. Use a key value pair to match the file to the key. This will be faster.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文