English 中文(简体)
Lightweight Relational database for BlackBerry OS 4.7
原标题:

I m writing an app for BlackBerry OS 4.7 and would greatly benefit from having a lightweight relational database such as SQLite that my application can use to store data locally on the device. SQLite is coming out with 5.0, which is still in beta.

Can anyone recommend any other alternatives that permit commercial use?

Additional information: - Concurrent access not required - Transactions not required

Thanks in advance :-)

问题回答

If you re building your app in java you could consider hsqldb (hsqldb.org), since you can run it embedded in your application.





相关问题
How does AlertListener work on Blackberry API 5.0?

Does the AlertListener interface works globally on all alerts on the blackberry device, or does it only work with alerts generated by your application? In other words, can I use this interface to ...

How to buffer audio in Blackberry?

I need to learn how to buffer audio stream from a remote server in Blackberry. There is a sample buffered playback app with Blackberry api but can you tell what url may I use to test the application?

Blackberry push notification implementation

How does one implement a push notification for a blackberry app? I heard that in order to do so I need to purchase a Blackberry Enterprise Server which costs me 1400 per year. Is this true? Where is ...

热门标签