user171910
user171910

Reputation:

Blackberry way to store audio and video into sqlite?

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?

Upvotes: 2

Views: 726

Answers (1)

Mat Nadrofsky
Mat Nadrofsky

Reputation: 8264

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!

Upvotes: 2

Related Questions