Blackberry way to store audio and video into sqlite?

隐身守侯 提交于 2019-12-24 00:14:14

问题


I want to make a blackberry app. which will store audio and video files into the sqlite database.

Does blackberry have a special api for this? (special classes for byte[])

Can I store files into sqlite on blackberry?


回答1:


Sure can. Have a look at using BLOB in version 3+. Why you'd want too instead of using links to the content, well, that's up to you and the particular application you're looking to create of course.

Here's a good development guide from RIM on working with SQLite on the Blackberry platform.

Best of luck!



来源:https://stackoverflow.com/questions/2331143/blackberry-way-to-store-audio-and-video-into-sqlite

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!