views:

177

answers:

1

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?

+3  A: 

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!

Mat Nadrofsky
Thank you! You provided me a good reference :)
Andrei T. Ursan
Hate to resurrect a zombie thread, but how does one insert a blob into a table in blackberry?
Nicholas