开发者

how to make Database option in j2me for S40 development?

开发者 https://www.devze.com 2023-03-31 16:36 出处:网络
I\'ve been searching on how to make a database in J2ME for S40 development, but it seems that Derby is too complicated and RMS doesn\'t have the capabilities of adding other columns and rows...

I've been searching on how to make a database in J2ME for S40 development, but it seems that Derby is too complicated and RMS doesn't have the capabilities of adding other columns and rows... I just want to know if there's anything like SQLite for S40 development. Or if there's a tutorial on how to use the Database component in the Visual Midlet for S40 development. because I don't know how to use it, and I really need t开发者_如何学Goo make a database for my application.

btw, I can't get rid of the database and use file communication because it's slow and complicated as well.

Thank you very much in advance :)


SQLite is not supported on Series40. In fact, I am not aware of any SQL databases that is available for Series40. RMS is your best option at this time. I can recommend using an object persistence framework such as Floggy for easier development with RMS.


SQLite never support with Java ME. Look at List of database framework for Java ME development. But I suggest don't use 3rd party database for S40. Because most of the s40 mobiles having small amount of heap memory (not more than 2 MB). So better way, Go with RMS.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号